summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/xoverlay/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/xoverlay/Makefile.am')
-rw-r--r--gst-libs/gst/xoverlay/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/gst-libs/gst/xoverlay/Makefile.am b/gst-libs/gst/xoverlay/Makefile.am
new file mode 100644
index 00000000..184d505f
--- /dev/null
+++ b/gst-libs/gst/xoverlay/Makefile.am
@@ -0,0 +1,11 @@
+libgstinterfacesincludedir = \
+ $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/xoverlay
+
+libgstinterfacesinclude_HEADERS = xoverlay.h
+
+lib_LTLIBRARIES = libgstxoverlay.la
+
+libgstxoverlay_la_SOURCES = xoverlay.c
+libgstxoverlay_la_LIBADD =
+libgstxoverlay_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
+libgstxoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)