From 3c4bb9ff4ed60297af0e63befabf37b50b9fe745 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 9 Jan 2013 09:06:43 +0100 Subject: test/FakeReplayGainConfig: move fake symbols from a few debug programs --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e46b65884..6013f9434 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1164,6 +1164,7 @@ test_run_filter_LDADD = \ $(FILTER_LIBS) \ $(GLIB_LIBS) test_run_filter_SOURCES = test/run_filter.c \ + test/FakeReplayGainConfig.cxx \ test/stdbin.h \ src/filter_plugin.c \ src/filter_registry.c \ @@ -1171,7 +1172,6 @@ test_run_filter_SOURCES = test/run_filter.c \ src/audio_check.c \ src/audio_format.c \ src/audio_parser.c \ - src/ReplayGainConfig.cxx \ src/ReplayGainInfo.cxx \ src/AudioCompress/compress.c @@ -1262,6 +1262,7 @@ test_run_output_LDADD = $(MPD_LIBS) \ libutil.a \ $(GLIB_LIBS) test_run_output_SOURCES = test/run_output.cxx \ + test/FakeReplayGainConfig.cxx \ test/stdbin.h \ src/conf.c src/tokenizer.c src/utils.c src/string_util.c src/log.c \ src/io_thread.c src/io_thread.h \ @@ -1283,7 +1284,6 @@ test_run_output_SOURCES = test/run_output.cxx \ src/filter_config.c \ src/AudioCompress/compress.c \ src/ReplayGainInfo.cxx \ - src/ReplayGainConfig.cxx \ src/fd_util.c \ src/server_socket.c -- cgit v1.2.3