summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-03-11 11:35:14 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2013-03-11 11:35:14 +0100
commit4a2276c0e657220d6c6cd1565a7817dea18ebbb4 (patch)
tree53b7e0160088f76b22752d4b2aae30b5ae3a0f5e
parent6a2238b2fb2b57b0cea92e6468ed6d6399128b86 (diff)
check: add librtp to libsmisc-tests
-rw-r--r--tests/check/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index b6765a5..c6cafeb 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -48,7 +48,8 @@ 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) -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \
+ $(GST_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \
+ -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \
$(GIO_LIBS) \
$(GST_LIBS) $(GST_CHECK_LIBS) $(GST_RTSP_SERVER_LIBS)