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 82e46e6ee..91accd88b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,6 +29,7 @@ mpd_inputPlugins = \
mpd_headers = \
+ notify.h \
ack.h \
audio.h \
audioOutput.h \
@@ -87,6 +88,7 @@ mpd_SOURCES = \
$(mpd_headers) \
$(mpd_audioOutputs) \
$(mpd_inputPlugins) \
+ notify.c \
audio.c \
audioOutput.c \
buffer2array.c \