aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-23 22:25:44 +0100
committerMax Kellermann <max@duempel.org>2014-01-23 22:25:47 +0100
commitb521d8564ad876ced16bcb5dc7c4ddab0f17b98c (patch)
tree0507b54214c27bb90c9358aa2c863cb7bd706bcf /Makefile.am
parent53a13e8bc6da1f7a795a8d585974d917ffcb600c (diff)
downloadmpd-b521d8564ad876ced16bcb5dc7c4ddab0f17b98c.tar.gz
mpd-b521d8564ad876ced16bcb5dc7c4ddab0f17b98c.tar.xz
mpd-b521d8564ad876ced16bcb5dc7c4ddab0f17b98c.zip
Makefile.am: always link test/dump_playlist with DetachedSong.cxx
Fixes linker failure.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cc44fc505..46b97157a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1325,12 +1325,12 @@ test_dump_playlist_SOURCES = test/dump_playlist.cxx \
src/TagFile.cxx \
src/CheckAudioFormat.cxx \
src/TextInputStream.cxx \
+ src/DetachedSong.cxx \
src/cue/CueParser.cxx src/cue/CueParser.hxx
if HAVE_FLAC
test_dump_playlist_SOURCES += \
src/ReplayGainInfo.cxx \
- src/DetachedSong.cxx \
src/decoder/FlacMetadata.cxx
endif