aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-19 08:56:58 +0100
committerMax Kellermann <max@duempel.org>2014-02-19 08:56:58 +0100
commit1cc17bfe7a470c2e2d74466a70ce3723e10baf4a (patch)
tree71823f614a30c0fd5524de23071a4d0fd9f6e633 /Makefile.am
parent8ae492dfebbaf26188bf49d264a2633b5041a37b (diff)
downloadmpd-1cc17bfe7a470c2e2d74466a70ce3723e10baf4a.tar.gz
mpd-1cc17bfe7a470c2e2d74466a70ce3723e10baf4a.tar.xz
mpd-1cc17bfe7a470c2e2d74466a70ce3723e10baf4a.zip
cue/CueParser: move to playlist/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
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 += \