mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
13 lines
315 B
Makefile
13 lines
315 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = \
|
|
libgstcdxaparse.la
|
|
|
|
libgstcdxaparse_la_SOURCES = gstcdxaparse.c
|
|
|
|
noinst_HEADERS = \
|
|
gstcdxaparse.h
|
|
|
|
libgstcdxaparse_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
|
|
libgstcdxaparse_la_LIBADD =
|
|
libgstcdxaparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|