From 1cc17bfe7a470c2e2d74466a70ce3723e10baf4a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 19 Feb 2014 08:56:58 +0100 Subject: cue/CueParser: move to playlist/ --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 730468759..4b043d5c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,7 +83,6 @@ src_mpd_SOURCES = \ src/Idle.cxx src/Idle.hxx \ src/CommandLine.cxx src/CommandLine.hxx \ src/CrossFade.cxx src/CrossFade.hxx \ - src/cue/CueParser.cxx src/cue/CueParser.hxx \ src/decoder/DecoderError.cxx src/decoder/DecoderError.hxx \ src/decoder/DecoderThread.cxx src/decoder/DecoderThread.hxx \ src/decoder/DecoderCommand.hxx \ @@ -1163,6 +1162,7 @@ libplaylist_plugins_a_SOURCES = \ src/playlist/CloseSongEnumerator.hxx \ src/playlist/MemorySongEnumerator.cxx \ src/playlist/MemorySongEnumerator.hxx \ + src/playlist/cue/CueParser.cxx src/playlist/cue/CueParser.hxx \ src/playlist/plugins/ExtM3uPlaylistPlugin.cxx \ src/playlist/plugins/ExtM3uPlaylistPlugin.hxx \ src/playlist/plugins/M3uPlaylistPlugin.cxx \ @@ -1472,8 +1472,7 @@ test_dump_playlist_SOURCES = test/dump_playlist.cxx \ src/TagSave.cxx \ src/TagFile.cxx \ src/CheckAudioFormat.cxx \ - src/DetachedSong.cxx \ - src/cue/CueParser.cxx src/cue/CueParser.hxx + src/DetachedSong.cxx if HAVE_FLAC test_dump_playlist_SOURCES += \ -- cgit v1.2.3