summaryrefslogtreecommitdiff
path: root/gst/segmentclip/Makefile.am
blob: 03eb2e2ec1f69aad09531f5d6811e97527ddf3d1 (plain)
1
2
3
4
5
6
7
8
9
10
plugin_LTLIBRARIES = libgstsegmentclip.la

libgstsegmentclip_la_SOURCES = gstsegmentclip.c gstaudiosegmentclip.c gstvideosegmentclip.c plugin.c

libgstsegmentclip_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstsegmentclip_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstaudio-@GST_API_VERSION@
libgstsegmentclip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstsegmentclip_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)

noinst_HEADERS = gstsegmentclip.h gstaudiosegmentclip.h gstvideosegmentclip.h