aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-04 18:52:39 +0100
committerMax Kellermann <max@duempel.org>2009-02-04 18:52:39 +0100
commit1720c7090dc3d590ffe1b5175e175143c09266f8 (patch)
treef08f582d429906f5959fad88933205421c606230 /src/Makefile.am
parente27a665b8996dea78a0aebc32e68ffce6c3c239b (diff)
playlist: moved code to playlist_state.c
Moved everything related to saving or loading the playlist from/to the state file to playlist_state.c.
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 de9c99f1..b5657510 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 \