diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9f6c8ea35..f9fe0b0cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,6 +44,7 @@ mpd_headers = \ log.h \ ls.h \ main_notify.h \ + daemon.h \ normalize.h \ compress.h \ pipe.h \ @@ -126,6 +127,7 @@ mpd_SOURCES = \ ls.c \ main.c \ main_notify.c \ + daemon.c \ normalize.c \ compress.c \ pipe.c \ |