From 34d14df297e09d6d31cea9c6984d396006ab6902 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Feb 2018 08:26:10 +0100 Subject: [PATCH] Makefile.am: remove obsolete dependencies on FakeDecoderAPI.cxx --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 38419275e..4ca016f83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2030,7 +2030,6 @@ test_dump_playlist_LDADD = \ libutil.a \ libpcm.a test_dump_playlist_SOURCES = test/dump_playlist.cxx \ - test/FakeDecoderAPI.cxx test/FakeDecoderAPI.hxx \ src/Log.cxx src/LogBackend.cxx \ src/TagSave.cxx \ src/TagFile.cxx \ @@ -2077,7 +2076,6 @@ test_read_tags_LDADD = \ libsystem.a \ libutil.a test_read_tags_SOURCES = test/read_tags.cxx \ - test/FakeDecoderAPI.cxx test/FakeDecoderAPI.hxx \ src/DetachedSong.cxx \ src/Log.cxx src/LogBackend.cxx \ src/ReplayGainInfo.cxx