mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
f625d2b554
Original commit message from CVS: Links also against libgstcontrol
14 lines
552 B
Makefile
14 lines
552 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) $(GST_CONTROL_LIBS)
|
|
libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = -version-info @GST_PLUGINS_LIBVERSION@
|
|
|
|
noinst_HEADERS = playpipelines.c
|