From ed25bdf55aad2f39a5a80845fca1325c558fd8db Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 23 Jan 2009 16:23:59 +0100 Subject: playlist: moved some printing code to queue_print.c Moved protocol printing functions which operate on the queue to queue_print.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 704e2a6a0..104d64264 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,6 +93,7 @@ mpd_headers = \ playlist.h \ playlist_save.h \ queue.h \ + queue_print.h \ replay_gain.h \ sig_handlers.h \ song.h \ @@ -177,6 +178,7 @@ mpd_SOURCES = \ playlist.c \ playlist_save.c \ queue.c \ + queue_print.c \ replay_gain.c \ sig_handlers.c \ song.c \ -- cgit v1.2.3