aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-05 21:23:56 +0100
committerMax Kellermann <max@duempel.org>2008-11-05 21:23:56 +0100
commitb0f1bc4856b50f31299713819abae2410ac62de4 (patch)
tree4052cc89619dbaf4719fb50a946ef5acc0a465d4
parent7f880ab8baf426bef66dfeea08034b1ea8125589 (diff)
Makefile.am: distribute input_curl.h
input_curl.h was missing in the tarball because it was not listed in $(mpd_headers).
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cc8f6e55..e5353a4e 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 \