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

« back to all changes in this revision

Viewing changes to ext/ivorbis/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:
3
3
libgstivorbis_la_SOURCES = vorbis.c vorbisfile.c vorbisdec.c
4
4
libgstivorbis_la_CFLAGS = $(GST_CFLAGS) $(IVORBIS_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
5
5
libgstivorbis_la_LIBADD = $(IVORBIS_LIBS)               \
6
 
                          $(IVORBISFILE_LIBS)           \
7
6
                          $(GST_BASE_LIBS)              \
8
7
                          $(GST_PLUGINS_BASE_LIBS)      \
9
 
                          -lgstaudio-@GST_MAJORMINOR@
 
8
                          -lgstaudio-@GST_MAJORMINOR@   \
 
9
                          -lgsttag-@GST_MAJORMINOR@
10
10
libgstivorbis_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11
11
libgstivorbis_la_LIBTOOLFLAGS = --tag=disable-static
12
12