summaryrefslogtreecommitdiffstats
path: root/gst/real/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/real/Makefile.am')
-rw-r--r--gst/real/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/real/Makefile.am b/gst/real/Makefile.am
new file mode 100644
index 00000000..d1d924c8
--- /dev/null
+++ b/gst/real/Makefile.am
@@ -0,0 +1,7 @@
+plugin_LTLIBRARIES = libgstreal.la
+
+libgstreal_la_SOURCES = gstreal.c
+
+libgstreal_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+libgstreal_la_LIBADD = $(GST_BASE_LIBS)
+libgstreal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)