diff options
author | Max Kellermann <max@duempel.org> | 2008-11-05 21:23:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-05 21:23:56 +0100 |
commit | b0f1bc4856b50f31299713819abae2410ac62de4 (patch) | |
tree | 4052cc89619dbaf4719fb50a946ef5acc0a465d4 | |
parent | 7f880ab8baf426bef66dfeea08034b1ea8125589 (diff) | |
download | mpd-b0f1bc4856b50f31299713819abae2410ac62de4.tar.gz mpd-b0f1bc4856b50f31299713819abae2410ac62de4.tar.xz mpd-b0f1bc4856b50f31299713819abae2410ac62de4.zip |
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.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |