From a52a9fc1fc2b385dd66edd45f602ac337399cc83 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 14 Oct 2008 11:10:47 +0200 Subject: playlist: moved code to playlist_save.c playlist_print_song() and playlist_print_uri() handle charset conversion and (optional) music directory prefixing. --- 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 538e8549e..ca6f8f5ab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,6 +85,7 @@ mpd_headers = \ player_control.h \ playerData.h \ playlist.h \ + playlist_save.h \ replayGain.h \ ringbuf.h \ signal_check.h \ @@ -163,6 +164,7 @@ mpd_SOURCES = \ player_control.c \ playerData.c \ playlist.c \ + playlist_save.c \ replayGain.c \ ringbuf.c \ sig_handlers.c \ -- cgit v1.2.3