summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/Makefile.am
blob: 0fd9bfd7bfdbd60f170656c03acf6532b16cac22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstvideofilter.la
noinst_LTLIBRARIES = libgstvideoexample.la

noinst_HEADERS = gstvideofilter.h gstvideoexample.h

EXTRA_DIST = gstvideotemplate.c gstvideotemplate.h make_filter

libgstvideofilter_la_SOURCES = gstvideofilter.c
libgstvideofilter_la_CFLAGS = $(GST_CFLAGS)
libgstvideofilter_la_LIBADD =
libgstvideofilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

libgstvideoexample_la_SOURCES = gstvideoexample.c
libgstvideoexample_la_CFLAGS = $(GST_CFLAGS)
libgstvideoexample_la_LIBADD =
libgstvideoexample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)


# no, this doesn't work if $(srcdir) != (builddir)
gstvideoexample.c gstvideoexample.h: $(srcdir)/make_filter \
		$(srcdir)/gstvideotemplate.c $(srcdir)/gstvideotemplate.h
	$(srcdir)/make_filter Videoexample