~ubuntu-branches/ubuntu/karmic/gst-plugins-bad0.10/karmic-proposed

« back to all changes in this revision

Viewing changes to gst/debugutils/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-06-18 13:47:30 UTC
  • mfrom: (18.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090618134730-us1fh0nxq8klrln1
Tags: 0.10.13-1
* New upstream release, 'Supersonic Rocket':
  + debian/patches/01_hdvparse-link-libm.patch:
    - Dropped, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c debugutilsbad.c
4
4
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
5
 
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
 
5
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
6
6
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
7
7
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static
8
8