summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-23 17:45:55 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-26 13:54:21 -0400
commit2c266acb41c65004e63fb66b708d5ed02e22ccd0 (patch)
tree86eb7659fa23e2de1b65396858b71a8db71b5045 /tests
parentd686cc11a8135947fb06136edf4320a07d793b91 (diff)
downloadfarstream-2c266acb41c65004e63fb66b708d5ed02e22ccd0.tar.gz
tests: Link against libgstbase when it is used
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 821d4448..55fbc388 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -104,6 +104,7 @@ transmitter_multicast_SOURCES = \
transmitter/fake-filter.c \
transmitter/fake-filter.h \
transmitter/multicast.c
+transmitter_multicast_LDADD = $(LDADD) $(GST_BASE_LIBS)
transmitter_nice_CFLAGS = $(FS_INTERNAL_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
transmitter_nice_SOURCES = \
@@ -113,6 +114,7 @@ transmitter_nice_SOURCES = \
transmitter/fake-filter.c \
transmitter/fake-filter.h \
transmitter/nice.c
+transmitter_nice_LDADD = $(LDADD) $(GST_BASE_LIBS)
transmitter_shm_CFLAGS = $(AM_CFLAGS) $(GUPNP_CFLAGS) $(NICE_CFLAGS)