mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
3b540378fb
Original commit message from CVS: parallel install fixes
10 lines
312 B
Makefile
10 lines
312 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstvolume.la
|
|
|
|
libgstvolume_la_SOURCES = gstvolume.c
|
|
libgstvolume_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvolume_la_LIBADD = $(GST_LIBS) $(GST_CONTROL_LIBS)
|
|
libgstvolume_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstvolume.h filter.func
|