basecamerabinsrc: fix libs order in Makefile.am
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 3 Jan 2011 23:47:33 +0000 (23:47 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 3 Jan 2011 23:47:33 +0000 (23:47 +0000)
gst-libs/gst/basecamerabinsrc/Makefile.am

index d0b69b5fef1c86b24b7e9c28adf1fda537b0dda3..c5d1ac0afed8666283d0ab3e9e86c98e255562b2 100644 (file)
@@ -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)