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 6d709c38a..9e053ef3e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -66,6 +66,7 @@ mpd_headers = \
playerData.h \
playlist.h \
replayGain.h \
+ ringbuf.h \
signal_check.h \
sig_handlers.h \
sllist.h \
@@ -122,6 +123,7 @@ mpd_SOURCES = \
playerData.c \
playlist.c \
replayGain.c \
+ ringbuf.c \
sig_handlers.c \
signal_check.c \
sllist.c \