projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8f5b3a
)
check: Really fix the linking order of libs/tag
author
Mart Raudsepp
<leio@gentoo.org>
Mon, 7 Feb 2011 07:13:39 +0000
(09:13 +0200)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/tests/check/Makefile.am
b/tests/check/Makefile.am
index ee9981916fc1693c6bf73f021d4e0bdf50e81d19..c5bd554623b1397fe73d4e2b87082b15dbc61447 100644
(file)
--- a/
tests/check/Makefile.am
+++ b/
tests/check/Makefile.am
@@
-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) \