diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
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 |