From 5f5c52cbc5ccbfba662c24619f4ba6ce7ae815a3 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 7 Sep 2010 16:26:56 +0200 Subject: [PATCH] check: Fix linking order of libs/tag --- tests/check/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 93542c7..0ed71f2 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -221,8 +221,8 @@ libs_rtp_LDADD = \ $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la $(LDADD) libs_tag_CFLAGS = \ - $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_BASE_CFLAGS) \ $(AM_CFLAGS) libs_tag_LDADD = \ $(GST_BASE_LIBS) \ -- 2.7.4