check: Really fix the linking order of libs/tag

Follow-up to commit 5f5c52c, which only fixed the CFLAGS order.
Fix the linker order as well.
This commit is contained in:
Mart Raudsepp 2011-02-07 09:13:39 +02:00 committed by Tim-Philipp Müller
parent e8f5b3a579
commit 83679ef8f8

View 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) \