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

« back to all changes in this revision

Viewing changes to gst/aiff/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Tony Espy
  • Date: 2009-12-04 13:17:51 UTC
  • mfrom: (18.4.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204131751-hpo02yltrcsmy1xh
Tags: 0.10.17-1ubuntu1
* Merge from Debian testing (LP: #481645), remaining changes:
  - Removed plugins that are now provided -good
    - libgstdtmf.so
    - libgstvalve.so
    - libgstautoconvert.so
    - libgstrtpmux.so
    - libgstliveadder.so

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin_LTLIBRARIES = libgstaiff.la
 
2
 
 
3
libgstaiff_la_SOURCES = aiff.c aiffparse.c
 
4
libgstaiff_la_CFLAGS = \
 
5
        $(GST_PLUGINS_BASE_CFLAGS) \
 
6
        $(GST_BASE_CFLAGS) \
 
7
        $(GST_CFLAGS)
 
8
libgstaiff_la_LIBADD = \
 
9
        $(GST_BASE_LIBS) \
 
10
        $(LIBM)
 
11
libgstaiff_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
12
libgstaiff_la_LIBTOOLFLAGS = --tag=disable-static
 
13
 
 
14
noinst_HEADERS = aiffmux.h aiffparse.h
 
15
EXTRA_DIST = aiffmux.c