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

« back to all changes in this revision

Viewing changes to gst/sdp/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
plugin_LTLIBRARIES = libgstsdpelem.la
 
2
 
 
3
libgstsdpelem_la_SOURCES = gstsdpelem.c gstsdpdemux.h gstsdpdemux.c
 
4
 
 
5
libgstsdpelem_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
 
6
libgstsdpelem_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
 
7
                       -lgstinterfaces-@GST_MAJORMINOR@ \
 
8
                       -lgstrtp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@ \
 
9
                       $(GST_LIBS) $(WIN32_LIBS)
 
10
libgstsdpelem_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
11
libgstsdpelem_la_LIBTOOLFLAGS = --tag=disable-static
 
12
 
 
13
noinst_HEADERS = gstsdpdemux.h