aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 112b143ca..3ba6613f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,6 +81,7 @@ mpd_headers = \
src/dirvec.h \
src/gcc.h \
src/decoder_list.h \
+ src/decoder_print.h \
src/decoder/_flac_common.h \
src/decoder/_ogg_common.h \
src/input_plugin.h \
@@ -212,6 +213,7 @@ src_mpd_SOURCES = \
src/decoder_control.c \
src/decoder_api.c \
src/decoder_internal.c \
+ src/decoder_print.c \
src/directory.c \
src/directory_save.c \
src/directory_print.c \