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>2013-12-14 12:40:24 +0100
commite2e5433beb02eec1ddafbcdd33ce82ceeee83e0a (patch)
tree56dc00e7dca8d94070c5316c8c00f77a2ce9ecfd /Makefile.am
parentc7b1038a9de21d73a229ff68b58daa1824bfd643 (diff)
downloadmpd-e2e5433beb02eec1ddafbcdd33ce82ceeee83e0a.tar.gz
mpd-e2e5433beb02eec1ddafbcdd33ce82ceeee83e0a.tar.xz
mpd-e2e5433beb02eec1ddafbcdd33ce82ceeee83e0a.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 f714ccc83..6f7b1ac8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1240,6 +1240,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 \
@@ -1293,6 +1294,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 \