summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-28 09:30:57 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-09-28 09:58:15 -0300
commit97d49406dc3875173d7da2ab66ff5370ad009d19 (patch)
treec9f0bb854fada728e0f04f002359dc330374fcc4 /tests
parent578a7ef9509147e21cb093c2923b14640a33ddca (diff)
More makefile Fixes
Removing some not needed lines added in the last makefile fixes commit (previous commit). Also adds some more makefile files to check tests
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index c605275e7..7ad48c4a2 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -219,7 +219,8 @@ libs_rtp_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
$(AM_CFLAGS)
libs_rtp_LDADD = \
- $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la $(LDADD)
+ $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la \
+ $(GST_BASE_LIBS) $(LDADD)
libs_tag_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
@@ -233,7 +234,9 @@ libs_pbutils_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
$(AM_CFLAGS)
libs_pbutils_LDADD = \
- $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la $(LDADD)
+ $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
+ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la \
+ $(GST_BASE_LIBS) $(LDADD)
elements_appsink_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \