Commit b521d856 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: always link test/dump_playlist with DetachedSong.cxx

Fixes linker failure.
parent 53a13e8b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment