examples: fix LDADD/LIBS path order for camerabin2 example

This commit is contained in:
Tim-Philipp Müller 2011-03-11 10:40:40 +00:00
parent 90c96fc17b
commit 58ca26b0a4

View file

@ -35,10 +35,10 @@ gst_camerabin2_test_SOURCES = gst-camerabin2-test.c
gst_camerabin2_test_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS)
gst_camerabin2_test_LDADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la \
-lgstinterfaces-@GST_MAJORMINOR@ \
-lgstpbutils-$(GST_MAJORMINOR) \
$(GST_LIBS) \
$(GST_PLUGINS_BASE_LIBS) \
-lgstinterfaces-@GST_MAJORMINOR@ \
-lgstpbutils-@GST_MAJORMINOR@ \
$(GST_LIBS) \
$(X11_LIBS)
else