aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-16 16:11:45 +0100
committerMax Kellermann <max@duempel.org>2009-12-16 15:57:16 +0100
commitb04adde7ab6a2d69272f10d98def072e346156df (patch)
tree826d2023fb8e3f37e20d35aa21e749816c4d1a75 /Makefile.am
parent3f64ac04b80d0a75b2c2c45efb31cb3a8e7eb8ff (diff)
downloadmpd-b04adde7ab6a2d69272f10d98def072e346156df.tar.gz
mpd-b04adde7ab6a2d69272f10d98def072e346156df.tar.xz
mpd-b04adde7ab6a2d69272f10d98def072e346156df.zip
archive: added a C header for each plugin
Moved the archive plugin "extern" declarations into each plugin header.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e2838edc..f2e8cf3db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -198,6 +198,9 @@ mpd_headers = \
src/archive_internal.h \
src/archive_list.h \
src/archive_plugin.h \
+ src/archive/bz2_archive_plugin.h \
+ src/archive/iso9660_archive_plugin.h \
+ src/archive/zzip_archive_plugin.h \
src/input/archive_input_plugin.h \
src/cue/cue_tag.h