Makefile.am: link test_rewind with GLib

This commit is contained in:
Max Kellermann 2014-05-22 12:35:04 +02:00
parent 426e0105a6
commit 3452625fac
1 changed files with 1 additions and 0 deletions

View File

@ -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 \