aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-02 20:13:08 +0100
committerMax Kellermann <max@duempel.org>2009-03-02 20:13:08 +0100
commit2e51365ea4b636560d234b0b937a6c8dfb528c10 (patch)
tree2ccaf460e326b6d474aa0b2df7873bf6c0a475d7 /Makefile.am
parent8694574f6329ad6e55b9a6673506eca697da360d (diff)
downloadmpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.tar.gz
mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.tar.xz
mpd-2e51365ea4b636560d234b0b937a6c8dfb528c10.zip
input_stream: moved struct input_plugin to input_plugin.h
Start to separate private from public input_stream API.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 729df26b9..270eb48ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,6 +67,7 @@ mpd_headers = \
src/decoder_list.h \
src/decoder/_flac_common.h \
src/decoder/_ogg_common.h \
+ src/input_plugin.h \
src/input_stream.h \
src/input_file.h \
src/input_curl.h \