aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 538e8549e..ca6f8f5ab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,6 +85,7 @@ mpd_headers = \
player_control.h \
playerData.h \
playlist.h \
+ playlist_save.h \
replayGain.h \
ringbuf.h \
signal_check.h \
@@ -163,6 +164,7 @@ mpd_SOURCES = \
player_control.c \
playerData.c \
playlist.c \
+ playlist_save.c \
replayGain.c \
ringbuf.c \
sig_handlers.c \