summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-03 23:47:33 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-03 23:47:33 +0000
commitc78223fc9cadd3759d100e7d5757fea84bbc212f (patch)
tree42ea20aa0b50334306961131cd244b035b7ee4b5
parent124c6d8259b0709a90587ec7a59707a80b5d48c0 (diff)
basecamerabinsrc: fix libs order in Makefile.am
-rw-r--r--gst-libs/gst/basecamerabinsrc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/basecamerabinsrc/Makefile.am b/gst-libs/gst/basecamerabinsrc/Makefile.am
index d0b69b5fe..c5d1ac0af 100644
--- a/gst-libs/gst/basecamerabinsrc/Makefile.am
+++ b/gst-libs/gst/basecamerabinsrc/Makefile.am
@@ -19,8 +19,8 @@ libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_CFLAGS = \
$(GST_CFLAGS)
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LIBADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la \
- $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
- -lgstinterfaces-$(GST_MAJORMINOR)
+ $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) \
+ $(GST_BASE_LIBS) $(GST_LIBS)
libgstbasecamerabinsrc_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)