summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-11-25 13:54:55 +0100
committerMax Kellermann <max@musicpd.org>2016-12-03 12:51:02 +0100
commit3000b9dcdecb73081cfc7064c805041fb41082c6 (patch)
tree2960338c0b936fb0357c751215750b1037889d54 /Makefile.am
parent3b867462a3c889792ea5ffeab2f150dab14ed992 (diff)
filter/ReplayGain: add ReplayGainConfig copy
Remove dependency on ReplayGain global variables.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b35c63347..16dc760d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1979,7 +1979,6 @@ test_run_filter_LDADD = \
libsystem.a \
libutil.a
test_run_filter_SOURCES = test/run_filter.cxx \
- test/FakeReplayGainGlobal.cxx \
src/Log.cxx src/LogBackend.cxx \
src/filter/FilterPlugin.cxx src/filter/FilterRegistry.cxx
@@ -2074,7 +2073,6 @@ test_run_output_LDADD = $(MPD_LIBS) \
libthread.a \
libutil.a
test_run_output_SOURCES = test/run_output.cxx \
- test/FakeReplayGainGlobal.cxx \
test/ScopeIOThread.hxx \
src/Log.cxx src/LogBackend.cxx \
src/IOThread.cxx \