mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
5dbd908f00
Original commit message from CVS: cosmetic
10 lines
292 B
Makefile
10 lines
292 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
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
|