mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
20acc0ae7e
Original commit message from CVS: * configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug #316076) * gst/base/Makefile.am: Add -no-undefined to LDFLAGS for libs * gst/check/Makefile.am: * libs/gst/controller/Makefile.am: * libs/gst/dataprotocol/Makefile.am:
16 lines
574 B
Makefile
16 lines
574 B
Makefile
lib_LTLIBRARIES = libgstcontroller-@GST_MAJORMINOR@.la
|
|
|
|
libgstcontroller_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/controller
|
|
libgstcontroller_@GST_MAJORMINOR@_include_HEADERS = \
|
|
gstcontroller.h
|
|
|
|
libgstcontroller_@GST_MAJORMINOR@_la_SOURCES = \
|
|
lib.c \
|
|
gstcontroller.c \
|
|
gstinterpolation.c \
|
|
gsthelper.c
|
|
|
|
libgstcontroller_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_srcdir)/libs
|
|
libgstcontroller_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LIB_LDFLAGS@ \
|
|
-no-undefined
|
|
libgstcontroller_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|