tests: use right _LIBS variable for gst-plugins-base libs
authorTim-Philipp Müller <tim@centricular.net>
Tue, 12 Mar 2013 00:03:36 +0000 (00:03 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 12 Mar 2013 00:03:36 +0000 (00:03 +0000)
tests/check/Makefile.am

index c6cafeb..ff17bbf 100644 (file)
@@ -48,9 +48,9 @@ AM_CXXFLAGS = $(GST_CXXFLAGS) $(GST_CHECK_CFLAGS) \
        -DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
        -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
 LDADD = $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la \
-       $(GST_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \
+       $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \
        -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \
-       $(GIO_LIBS) \
+       $(GST_BASE_LIBS) $(GIO_LIBS) \
        $(GST_LIBS) $(GST_CHECK_LIBS) $(GST_RTSP_SERVER_LIBS)
 
 SUPPRESSIONS = $(top_srcdir)/common/gst.supp