mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
e16c50551b
Original commit message from CVS: parallel install fixes
12 lines
294 B
Makefile
12 lines
294 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstlevel.la
|
|
|
|
libgstlevel_la_SOURCES = gstlevel.c
|
|
libgstlevel_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstlevel_la_LIBADD =
|
|
libgstlevel_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstlevel.h filter.func
|
|
|
|
EXTRA_DIST = README
|