mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
12 lines
289 B
Makefile
12 lines
289 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgststereo.la
|
|
|
|
libgststereo_la_SOURCES = gststereo.c
|
|
libgststereo_la_CFLAGS = $(GST_CFLAGS)
|
|
libgststereo_la_LIBADD =
|
|
libgststereo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gststereo.h
|
|
|
|
EXTRA_DIST = README
|