summaryrefslogtreecommitdiffstats
path: root/gst/switch/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/switch/Makefile.am')
-rw-r--r--gst/switch/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/switch/Makefile.am b/gst/switch/Makefile.am
new file mode 100644
index 00000000..fcac882e
--- /dev/null
+++ b/gst/switch/Makefile.am
@@ -0,0 +1,9 @@
+
+plugin_LTLIBRARIES = libgstswitch.la
+
+libgstswitch_la_SOURCES = gstswitch.c
+libgstswitch_la_CFLAGS = $(GST_CFLAGS)
+libgstswitch_la_LIBADD =
+libgstswitch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS = gstswitch.h