mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 20:31:36 +00:00
e16c50551b
Original commit message from CVS: parallel install fixes
12 lines
338 B
Makefile
12 lines
338 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstmonoscope.la
|
|
|
|
libgstmonoscope_la_SOURCES = gstmonoscope.c monoscope.c convolve.c
|
|
|
|
noinst_HEADERS = monoscope.h convolve.h
|
|
|
|
libgstmonoscope_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
|
libgstmonoscope_la_LIBADD =
|
|
libgstmonoscope_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|