diff options
author | Max Kellermann <max@duempel.org> | 2014-02-19 08:56:58 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-19 08:56:58 +0100 |
commit | 1cc17bfe7a470c2e2d74466a70ce3723e10baf4a (patch) | |
tree | 71823f614a30c0fd5524de23071a4d0fd9f6e633 /Makefile.am | |
parent | 8ae492dfebbaf26188bf49d264a2633b5041a37b (diff) |
cue/CueParser: move to playlist/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
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 += \ |