check: Really fix the linking order of libs/tag
authorMart Raudsepp <leio@gentoo.org>
Mon, 7 Feb 2011 07:13:39 +0000 (09:13 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 16 Mar 2011 14:33:31 +0000 (14:33 +0000)
Follow-up to commit 5f5c52c, which only fixed the CFLAGS order.
Fix the linker order as well.

tests/check/Makefile.am

index ee99819..c5bd554 100644 (file)
@@ -290,8 +290,8 @@ libs_tag_CFLAGS = \
        $(GST_BASE_CFLAGS) \
        $(AM_CFLAGS)
 libs_tag_LDADD = \
-       $(GST_BASE_LIBS) \
-       $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la $(LDADD)
+       $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
+       $(GST_BASE_LIBS) $(LDADD)
 
 libs_pbutils_CFLAGS = \
        $(GST_PLUGINS_BASE_CFLAGS) \