~ubuntu-branches/ubuntu/lucid/gst-plugins-farsight/lucid

« back to all changes in this revision

Viewing changes to gst/dtmf/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons, Simon McVittie, Sjoerd Simons
  • Date: 2008-06-05 16:39:48 UTC
  • mfrom: (1.3.1 upstream) (2.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080605163948-ev3yvy6ehlqq7dbw
Tags: 0.12.8-1
[ Simon McVittie ]
* Use my debian.org address in Uploaders
* Wrap Uploaders, Build-Depends

[ Sjoerd Simons ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin_LTLIBRARIES = libgstdtmf.la
 
2
 
 
3
libgstdtmf_la_SOURCES = gstdtmfsrc.c \
 
4
                        gstrtpdtmfsrc.c \
 
5
                        gstrtpdtmfdepay.c \
 
6
                        gstdtmf.c
 
7
 
 
8
noinst_HEADERS = gstdtmfsrc.h \
 
9
                 gstrtpdtmfsrc.h \
 
10
                 gstrtpdtmfdepay.h \
 
11
                 gstrtpdtmfcommon.h
 
12
 
 
13
libgstdtmf_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS) -DEXTERN_BUF -DRTP_SUPPORT
 
14
libgstdtmf_la_LIBADD = $(GST_LIBS_LIBS) -lm
 
15
libgstdtmf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@
 
16