summaryrefslogtreecommitdiff
path: root/gst/faceoverlay/Makefile.am
blob: 30b780c20bdb21ce9c37daf32773be3df5ed9839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
plugin_LTLIBRARIES = libgstfaceoverlay.la

# sources used to compile this plug-in
libgstfaceoverlay_la_SOURCES = gstfaceoverlay.c

# compiler and linker flags used to compile this plugin, set in configure.ac
libgstfaceoverlay_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstfaceoverlay_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ $(GST_LIBS)
libgstfaceoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstfaceoverlay_la_LIBTOOLFLAGS = --tag=disable-static

# headers we need but don't want installed
noinst_HEADERS = gstfaceoverlay.h