summaryrefslogtreecommitdiff
path: root/gst/passthrough/Makefile.am
blob: 4d7581e061255c66e47bc47bc81c0c24d84ce4ea (plain)
1
2
3
4
5
6
7
8
9
10
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstpassthrough.la

libgstpassthrough_la_SOURCES = gstpassthrough.c
libgstpassthrough_la_CFLAGS = $(GST_CFLAGS)
libgstpassthrough_la_LIBADD =
libgstpassthrough_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstpassthrough.h filter.func