aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-15 17:48:37 +0100
committerMax Kellermann <max@duempel.org>2009-02-15 17:48:37 +0100
commita28287073b6ced1ab2b3c7dcc0a1168d9e7ac7ea (patch)
treea1c05d48059f9dd3e490f78ff3dc0ff18399b952 /src/Makefile.am
parent92c203d7056df229d5289e6c7d1f1000dbc7ce95 (diff)
decoder_api: moved struct decoder_plugin to decoder_plugin.h
The decoder_plugin struct is used by both the MPD core and the decoder plugin implementations. Move it to a shared header file, to minimize header dependencies.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 37fdb234..1db8e1fe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,6 +62,7 @@ mpd_headers = \
dbUtils.h \
decoder_thread.h \
decoder_control.h \
+ decoder_plugin.h \
decoder_api.h \
decoder_internal.h \
directory.h \