mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
c656b5eab6
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
11 lines
242 B
Makefile
11 lines
242 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstcutter.la
|
|
|
|
libgstcutter_la_SOURCES = gstcutter.c
|
|
libgstcutter_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcutter_la_LIBADD = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gstcutter.h filter.func
|
|
|
|
EXTRA_DIST = README
|