~oah-dev/oah/gst-plugins-bad

« back to all changes in this revision

Viewing changes to ext/audioresample/Makefile.am

  • Committer: Haakon Sporsheim
  • Date: 2009-03-12 13:52:03 UTC
  • Revision ID: haakon.sporsheim@tandberg.com-20090312135203-i5k294hgkushb0mt
Initial import of git repository: git://anongit.freedesktop.org/gstreamer/gst-plugins-bad (tag: RELEASE-0_10_10)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
plugin_LTLIBRARIES = libgstaudioresample.la
 
3
 
 
4
libgstaudioresample_la_SOURCES = gstaudioresample.c
 
5
libgstaudioresample_la_CFLAGS = $(GST_CFLAGS) $(AUDIORESAMPLE_CFLAGS)
 
6
libgstaudioresample_la_LIBADD = $(AUDIORESAMPLE_LIBS)
 
7
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
8
libgstaudioresample_la_LIBTOOLFLAGS = --tag=disable-static
 
9
 
 
10
noinst_HEADERS = gstaudioresample.h
 
11