aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1fc01f000..700a82f41 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -63,6 +63,7 @@ mpd_headers = \
decoder_thread.h \
decoder_control.h \
decoder_plugin.h \
+ decoder_buffer.h \
decoder_api.h \
decoder_internal.h \
directory.h \
@@ -166,6 +167,7 @@ mpd_SOURCES = \
dbUtils.c \
decoder_thread.c \
decoder_control.c \
+ decoder_buffer.c \
decoder_api.c \
directory.c \
directory_save.c \