aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e4cc17c3f..6a7497286 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,6 +43,8 @@ mpd_headers = \
dbUtils.h \
decode.h \
directory.h \
+ directory_print.h \
+ directory_save.h \
update.h \
dirvec.h \
gcc.h \
@@ -116,6 +118,8 @@ mpd_SOURCES = \
dbUtils.c \
decode.c \
directory.c \
+ directory_print.c \
+ directory_save.c \
dirvec.c \
update.c \
inputPlugin.c \