From 1720c7090dc3d590ffe1b5175e175143c09266f8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Feb 2009 18:52:39 +0100 Subject: 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. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3