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 e2b9f47ec..538e8549e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,6 +54,8 @@ mpd_headers = \
decoder_api.h \
decoder_internal.h \
directory.h \
+ directory_save.h \
+ directory_print.h \
database.h \
update.h \
dirvec.h \
@@ -134,6 +136,8 @@ mpd_SOURCES = \
decoder_control.c \
decoder_api.c \
directory.c \
+ directory_save.c \
+ directory_print.c \
database.c \
dirvec.c \
update.c \