gstreamer/gst/passthrough/Makefile.am
David I. Lehn 7f1aec856f s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
2002-01-12 03:34:27 +00:00

11 lines
266 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstpassthrough.la
libgstpassthrough_la_SOURCES = gstpassthrough.c
libgstpassthrough_la_CFLAGS = $(GST_CFLAGS)
libgstpassthrough_la_LIBADD = $(GST_LIBS)
noinst_HEADERS = gstpassthrough.h filter.func
EXTRA_DIST =