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

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 =