summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/dshow/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/gst-libs/gst/dshow/Makefile.am b/gst-libs/gst/dshow/Makefile.am
new file mode 100644
index 00000000..cd3f7a14
--- /dev/null
+++ b/gst-libs/gst/dshow/Makefile.am
@@ -0,0 +1,10 @@
+lib_LTLIBRARIES = libgstdshow-@GST_MAJORMINOR@.la
+
+libgstdshow_@GST_MAJORMINOR@_la_SOURCES = gstdshow.cpp gstdshowfakesink.cpp gstdshowfakesrc.cpp gstdshowinterface.cpp
+libgstdshow_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
+ $(GST_PLUGINS_BASE_CFLAGS)
+libgstdshow_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS)
+libgstdshow_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_ALL_LDFLAGS)
+
+libgstdshow_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/app
+libgstdshow_@GST_MAJORMINOR@include_HEADERS = \ No newline at end of file