summaryrefslogtreecommitdiffstats
path: root/ext/mas/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mas/Makefile.am')
-rw-r--r--ext/mas/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/mas/Makefile.am b/ext/mas/Makefile.am
new file mode 100644
index 00000000..70366099
--- /dev/null
+++ b/ext/mas/Makefile.am
@@ -0,0 +1,8 @@
+
+plugin_LTLIBRARIES = libgstmassink.la
+
+libgstmassink_la_SOURCES = gstmassink.c
+libgstmassink_la_CFLAGS = $(GST_CFLAGS) $(MAS_CFLAGS)
+libgstmassink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MAS_LIBS)
+
+noinst_HEADERS = gstmassink.h