summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videomixer/Makefile.am')
-rw-r--r--gst/videomixer/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/videomixer/Makefile.am b/gst/videomixer/Makefile.am
new file mode 100644
index 00000000..ab5f423a
--- /dev/null
+++ b/gst/videomixer/Makefile.am
@@ -0,0 +1,9 @@
+plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
+
+plugin_LTLIBRARIES = libvideomixer.la
+
+libvideomixer_la_SOURCES = videomixer.c
+libvideomixer_la_CFLAGS = $(GST_CFLAGS)
+libvideomixer_la_LIBADD =
+libvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+