From 3e708d8a9b9ecbc02a8c65b8f7292b68a658fbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 13 Jun 2010 18:27:19 +0200 Subject: [PATCH] tests: Fix linking of the tags test --- tests/check/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 4cf0e20412..21ee07f26b 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -219,9 +219,11 @@ libs_rtp_LDADD = \ $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la $(LDADD) libs_tag_CFLAGS = \ + $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \ $(AM_CFLAGS) libs_tag_LDADD = \ + $(GST_BASE_LIBS) \ $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la $(LDADD) libs_pbutils_CFLAGS = \