mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
6c039d3297
Original commit message from CVS: - plugins are built without versioning info
12 lines
289 B
Makefile
12 lines
289 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstcutter.la
|
|
|
|
libgstcutter_la_SOURCES = gstcutter.c
|
|
libgstcutter_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcutter_la_LIBADD = $(GST_LIBS)
|
|
libgstcutter_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstcutter.h filter.func
|
|
|
|
EXTRA_DIST = README
|