mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
14 lines
532 B
Makefile
14 lines
532 B
Makefile
librarydir = $(libdir)
|
|
|
|
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
|
|
|
|
libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c
|
|
|
|
libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
|
|
libgstplay_@GST_MAJORMINOR@include_HEADERS = play.h
|
|
|
|
libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
|
libgstplay_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_LIBS)
|
|
libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = -version-info @GST_PLUGINS_LIBVERSION@
|
|
|
|
noinst_HEADERS = playpipelines.c
|