gst/sdp/Makefile.am: Forgot to commit makefile.

Original commit message from CVS:
* gst/sdp/Makefile.am:
Forgot to commit makefile.
This commit is contained in:
Wim Taymans 2007-10-02 10:12:40 +00:00
parent a69e6332cd
commit c8daf7eecb
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-10-02 Wim Taymans <wim.taymans@gmail.com>
* gst/sdp/Makefile.am:
Forgot to commit makefile.
2007-10-02 Sebastian Dröge <slomo@circular-chaos.org>
* ext/gio/gstgiosink.c: (gst_gio_sink_start):

13
gst/sdp/Makefile.am Normal file
View file

@ -0,0 +1,13 @@
plugin_LTLIBRARIES = libgstsdpelem.la
libgstsdpelem_la_SOURCES = gstsdpelem.c gstsdpdemux.h gstsdpdemux.c
libgstsdpelem_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstsdpelem_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
-lgstinterfaces-@GST_MAJORMINOR@ \
-lgstrtp-@GST_MAJORMINOR@ -lgstsdp-@GST_MAJORMINOR@ \
$(GST_LIBS) $(WIN32_LIBS)
libgstsdpelem_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstsdpdemux.h