From b0f1bc4856b50f31299713819abae2410ac62de4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Nov 2008 21:23:56 +0100 Subject: Makefile.am: distribute input_curl.h input_curl.h was missing in the tarball because it was not listed in $(mpd_headers). --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index cc8f6e55b..e5353a4e6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,7 @@ mpd_headers = \ decoder/_ogg_common.h \ input_stream.h \ input_file.h \ + input_curl.h \ client.h \ list.h \ dlist.h \ -- cgit v1.2.3