gstreamer/gst-libs/gst/videooverlay/Makefile.am

11 lines
302 B
Makefile
Raw Normal View History

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)