tools: fix linking problems caused by accidentally linking against installed pbutils...
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 21 Oct 2010 12:07:34 +0000 (13:07 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 21 Oct 2010 12:07:34 +0000 (13:07 +0100)
Fixes build errors in jhbuild:
/foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_get_elements'
../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_element_link_pads_full'
/foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_element_factory_list_filter'
../gst-libs/gst/pbutils/.libs/libgstpbutils-0.10.so: undefined reference to `gst_pad_link_full'
/foo/build/gst-plugins-base/gst-libs/gst/video/.libs/libgstvideo-0.10.so: undefined reference to `gst_plugin_feature_list_debug'

tools/Makefile.am

index 48e50d5..c7afbe7 100644 (file)
@@ -14,7 +14,6 @@ EXTRA_DIST = \
        gst-discoverer.c
 
 LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la\
-       -lgstpbutils-@GST_MAJORMINOR@ \
        $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la\
        $(GST_BASE_LIBS) $(GST_LIBS)