~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to ext/lv2/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-12-07 08:54:28 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207085428-ml6aaukf0p2ph34d
Tags: 0.10.17-0ubuntu1
* New upstream release.
* Add myself to maintainer.
* Fix misc lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin_LTLIBRARIES = libgstlv2.la
 
2
 
 
3
libgstlv2_la_SOURCES = gstlv2.c
 
4
libgstlv2_la_CFLAGS = \
 
5
        -I$(top_builddir)/gst-libs \
 
6
        $(GST_PLUGINS_BASE_CFLAGS) \
 
7
        $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(SLV2_CFLAGS)
 
8
libgstlv2_la_LIBADD = \
 
9
        $(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-@GST_MAJORMINOR@.la \
 
10
        $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
 
11
        $(LIBM) $(SLV2_LIBS)
 
12
libgstlv2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
13
libgstlv2_la_LIBTOOLFLAGS = --tag=disable-static
 
14
 
 
15
noinst_HEADERS = gstlv2.h