diff options
author | Max Kellermann <max@duempel.org> | 2014-08-07 15:36:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-07 16:08:02 +0200 |
commit | 5c5c6a965cc3af4c8e725c7c9cc377e80f728279 (patch) | |
tree | b29fdff7344e3cfecf532e5afbfdf1f8469d4803 /Makefile.am | |
parent | 74aafe6a105f807f4ee2a8c59096aa82d8432b67 (diff) |
LogBackend: use StripRight()
Eliminate duplicate code.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 212d198cf..038b8db9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1796,6 +1796,7 @@ test_run_avahi_CPPFLAGS = $(AM_CPPFLAGS) \ test_run_avahi_LDADD = \ libevent.a \ libsystem.a \ + libutil.a \ $(GLIB_LIBS) \ $(AVAHI_LIBS) @@ -1928,6 +1929,7 @@ test_test_mixramp_SOURCES = \ test_test_mixramp_CPPFLAGS = $(AM_CPPFLAGS) $(CPPUNIT_CFLAGS) -DCPPUNIT_HAVE_RTTI=0 test_test_mixramp_CXXFLAGS = $(AM_CXXFLAGS) -Wno-error=deprecated-declarations test_test_mixramp_LDADD = \ + libutil.a \ $(GLIB_LIBS) \ $(CPPUNIT_LIBS) @@ -1970,6 +1972,7 @@ test_test_archive_CPPFLAGS = $(AM_CPPFLAGS) $(CPPUNIT_CFLAGS) -DCPPUNIT_HAVE_RTT test_test_archive_CXXFLAGS = $(AM_CXXFLAGS) -Wno-error=deprecated-declarations test_test_archive_LDADD = \ libarchive.a \ + libutil.a \ $(GLIB_LIBS) \ $(CPPUNIT_LIBS) |