mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
7f1aec856f
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
11 lines
266 B
Makefile
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 =
|