diff options
Diffstat (limited to 'gst-libs/gst/videooverlay/Makefile.am')
-rw-r--r-- | gst-libs/gst/videooverlay/Makefile.am | 10 |
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 00000000..9e82faaa --- /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) + |