summaryrefslogtreecommitdiff
path: root/gst-libs/gst/videooverlay/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/videooverlay/Makefile.am')
-rw-r--r--gst-libs/gst/videooverlay/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/gst-libs/gst/videooverlay/Makefile.am b/gst-libs/gst/videooverlay/Makefile.am
new file mode 100644
index 000000000..9e82faaae
--- /dev/null
+++ b/gst-libs/gst/videooverlay/Makefile.am
@@ -0,0 +1,10 @@
+libgstinterfacesincludedir = \
+ $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/videooverlay
+
+libgstinterfacesinclude_HEADERS = gstvideooverlay.h
+
+noinst_LTLIBRARIES = libgstvideooverlay.la
+
+libgstvideooverlay_la_SOURCES = gstvideooverlay.c
+libgstvideooverlay_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
+