summaryrefslogtreecommitdiffstats
path: root/gst/cutter/Makefile.am
blob: cd3d83295deaf2138a9b78d3d4c266bde9d4f1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstcutter.la

libgstcutter_la_SOURCES = gstcutter.c
libgstcutter_la_CFLAGS = $(GST_CFLAGS)
libgstcutter_la_LIBADD =
libgstcutter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstcutter.h filter.func

EXTRA_DIST = README