mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
7db2e8baa0
Original commit message from CVS: Remove redundant plugindir definition
9 lines
266 B
Makefile
9 lines
266 B
Makefile
|
|
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
|