aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-14 12:23:31 +0100
committerMax Kellermann <max@duempel.org>2014-07-09 19:01:38 +0200
commitdba41e2e4afd9cf342a6274cd8103dc45b5b883e (patch)
tree9f7adda13afbd3c27db51081f9b598afc3f8547b /Makefile.am
parentbc6472bb9ea12fb2226570eb2dc49058b4d8bd6c (diff)
downloadmpd-dba41e2e4afd9cf342a6274cd8103dc45b5b883e.tar.gz
mpd-dba41e2e4afd9cf342a6274cd8103dc45b5b883e.tar.xz
mpd-dba41e2e4afd9cf342a6274cd8103dc45b5b883e.zip
test: merge duplicate code to FakeDecoderAPI.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c7cf631bb..3eb8fac0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1218,6 +1218,7 @@ test_dump_playlist_LDADD = \
libpcm.a \
$(GLIB_LIBS)
test_dump_playlist_SOURCES = test/dump_playlist.cxx \
+ test/FakeDecoderAPI.cxx \
$(DECODER_SRC) \
src/Log.cxx \
src/IOThread.cxx \
@@ -1271,6 +1272,7 @@ test_read_tags_LDADD = \
libutil.a \
$(GLIB_LIBS)
test_read_tags_SOURCES = test/read_tags.cxx \
+ test/FakeDecoderAPI.cxx \
src/Log.cxx \
src/IOThread.cxx \
src/ReplayGainInfo.cxx \