aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-05-22 12:35:04 +0200
committerMax Kellermann <max@duempel.org>2014-05-22 12:35:20 +0200
commit3452625fac3f87ad957d52563f83d38858df75cb (patch)
tree06aa226994947a0fe50707fa224215b0806b26b2 /Makefile.am
parent426e0105a65d278f232e941b7fe659fe4bf34b38 (diff)
downloadmpd-3452625fac3f87ad957d52563f83d38858df75cb.tar.gz
mpd-3452625fac3f87ad957d52563f83d38858df75cb.tar.xz
mpd-3452625fac3f87ad957d52563f83d38858df75cb.zip
Makefile.am: link test_rewind with GLib
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \