summaryrefslogtreecommitdiff
path: root/gst/overlay/Makefile.am
blob: 40230ef1daad101240589ff783c0da6c23b62657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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)
libgstoverlay_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)

EXTRA_DIST =