From 8afe24c1de70b69df58f1724ad5fd02c7af63ecb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 23 Jan 2009 16:34:27 +0100 Subject: playlist: moved PlaylistInfo() to playlist_print.c PlaylistInfo() (notice the capital 'P') sends a stored playlist to the client. Move it to a separate library, where all the code which glues the playlist and the MPD protocol together will live. --- 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 104d64264..f5738bdf4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -91,6 +91,7 @@ mpd_headers = \ player_thread.h \ player_control.h \ playlist.h \ + playlist_print.h \ playlist_save.h \ queue.h \ queue_print.h \ @@ -176,6 +177,7 @@ mpd_SOURCES = \ player_thread.c \ player_control.c \ playlist.c \ + playlist_print.c \ playlist_save.c \ queue.c \ queue_print.c \ -- cgit v1.2.3