summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/sdp/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/gst/sdp/Makefile.am b/gst/sdp/Makefile.am
new file mode 100644
index 00000000..4811a64b
--- /dev/null
+++ b/gst/sdp/Makefile.am
@@ -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