summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/Makefile.am
blob: f93be30a292583dc2be2011892b6385bf708f386 (plain)
1
2
3
4
5
6
7
8
9
10
plugin_LTLIBRARIES = libgstvideomixer.la

libgstvideomixer_la_SOURCES = videomixer.c
libgstvideomixer_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) 
libgstvideomixer_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS)
libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstvideomixer_la_LIBTOOLFLAGS = --tag=disable-static

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