From 3452625fac3f87ad957d52563f83d38858df75cb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 22 May 2014 12:35:04 +0200 Subject: Makefile.am: link test_rewind with GLib --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 6124242ee..2dcc2c590 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1866,6 +1866,7 @@ test_test_rewind_SOURCES = \ test_test_rewind_CPPFLAGS = $(AM_CPPFLAGS) $(CPPUNIT_CFLAGS) -DCPPUNIT_HAVE_RTTI=0 test_test_rewind_CXXFLAGS = $(AM_CXXFLAGS) -Wno-error=deprecated-declarations test_test_rewind_LDADD = \ + $(GLIB_LIBS) \ $(INPUT_LIBS) \ libthread.a \ libtag.a \ -- cgit v1.2.3