From 1709ab6810486648ac23bcf683d4e2326ede9d5a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 17 Feb 2014 23:04:06 +0100 Subject: fs/TextFile: use custom allocation instead of GString --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 376cdc963..80fc32d22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1322,9 +1322,9 @@ endif test_read_conf_LDADD = \ libconf.a \ - libutil.a \ libsystem.a \ libfs.a \ + libutil.a \ $(GLIB_LIBS) test_read_conf_SOURCES = \ src/Log.cxx src/LogBackend.cxx \ @@ -1543,9 +1543,9 @@ endif test_run_filter_LDADD = \ $(FILTER_LIBS) \ libconf.a \ - libutil.a \ libsystem.a \ libfs.a \ + libutil.a \ $(GLIB_LIBS) test_run_filter_SOURCES = test/run_filter.cxx \ test/FakeReplayGainConfig.cxx \ @@ -1681,10 +1681,10 @@ test_read_mixer_LDADD = \ libmixer_plugins.a \ $(OUTPUT_LIBS) \ libconf.a \ - libutil.a \ libevent.a \ libsystem.a \ libfs.a \ + libutil.a \ $(GLIB_LIBS) test_read_mixer_SOURCES = test/read_mixer.cxx \ src/Log.cxx src/LogBackend.cxx \ -- cgit v1.2.3