summaryrefslogtreecommitdiff
path: root/gst/overlay/Makefile.am
blob: 38eac4cc75858015f98f80c3f2daa1c796fc32b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

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 =