From 349d24986755a9802606c42956129fab3f13fd95 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 23 Jan 2009 16:35:04 +0100 Subject: playlist: moved saving/loading code to queue_save.c Create a new library which saves/loads the queue to/from the state file. --- 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 f5738bdf4..e3fac9990 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -95,6 +95,7 @@ mpd_headers = \ playlist_save.h \ queue.h \ queue_print.h \ + queue_save.h \ replay_gain.h \ sig_handlers.h \ song.h \ @@ -181,6 +182,7 @@ mpd_SOURCES = \ playlist_save.c \ queue.c \ queue_print.c \ + queue_save.c \ replay_gain.c \ sig_handlers.c \ song.c \ -- cgit v1.2.3