gstreamer/gst/overlay/Makefile.am

14 lines
243 B
Makefile
Raw Normal View History

plugin_LTLIBRARIES = libgstoverlay.la
libgstoverlay_la_SOURCES = gstoverlay.c
noinst_HEADERS = gstoverlay.h
libgstoverlay_la_CFLAGS = $(GST_CFLAGS)
libgstoverlay_la_LIBADD =
libgstoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
EXTRA_DIST =