From fba09126a8cedab19ecdba4261b7f0a31e3cc75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 12 Mar 2013 00:03:36 +0000 Subject: [PATCH] tests: use right _LIBS variable for gst-plugins-base libs --- tests/check/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index c6cafebfdb..ff17bbf2bf 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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