summaryrefslogtreecommitdiffstats
path: root/tests/check
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-06-05 21:17:55 +0300
committerStefan Kost <ensonic@users.sf.net>2009-06-05 21:29:46 +0300
commit4d9a0e832cfc69c612e32902017390560024cd7e (patch)
treef60c3bd613e97b36f02efb7d1271a24d9cccebf2 /tests/check
parent0e1ee9031a955a947e5268499556fd020b5914df (diff)
downloadgst-plugins-bad-4d9a0e832cfc69c612e32902017390560024cd7e.tar.gz
gst-plugins-bad-4d9a0e832cfc69c612e32902017390560024cd7e.tar.bz2
gst-plugins-bad-4d9a0e832cfc69c612e32902017390560024cd7e.zip
camerabin: fix link order
Move local version up in the link order.
Diffstat (limited to 'tests/check')
-rw-r--r--tests/check/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index cbc228e2..940d1f4b 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -108,9 +108,10 @@ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) $(GST_OPTION_
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
elements_camerabin_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CHECK_CFLAGS)
-elements_camerabin_LDADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_CHECK_LIBS) \
- -lgstinterfaces-@GST_MAJORMINOR@ \
- $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la
+elements_camerabin_LDADD = \
+ $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la \
+ $(GST_LIBS) $(GST_BASE_LIBS) $(GST_CHECK_LIBS) \
+ -lgstinterfaces-@GST_MAJORMINOR@
elements_camerabin_SOURCES = elements/camerabin.c
elements_timidity_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)