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 de9c99f1f..b5657510b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -96,6 +96,7 @@ mpd_headers = \
playlist.h \
playlist_print.h \
playlist_save.h \
+ playlist_state.h \
queue.h \
queue_print.h \
queue_save.h \
@@ -183,6 +184,7 @@ mpd_SOURCES = \
playlist.c \
playlist_print.c \
playlist_save.c \
+ playlist_state.c \
queue.c \
queue_print.c \
queue_save.c \