mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
61cc352902
Pass --tag=disable-static to libtool everywhere where it's been forgotten https://bugzilla.gnome.org/show_bug.cgi?id=663768
26 lines
528 B
Makefile
26 lines
528 B
Makefile
|
|
|
|
plugin_LTLIBRARIES = libgstlinsys.la
|
|
|
|
libgstlinsys_la_SOURCES = \
|
|
gstlinsyssdisink.c \
|
|
gstlinsyssdisrc.c \
|
|
gstlinsys.c
|
|
|
|
noinst_HEADERS = \
|
|
gstlinsyssdisink.h \
|
|
gstlinsyssdisrc.h \
|
|
include/asi.h \
|
|
include/master.h \
|
|
include/sdi.h \
|
|
include/sdiaudio.h \
|
|
include/sdivideo.h
|
|
|
|
libgstlinsys_la_CFLAGS = \
|
|
-I$(srcdir)/include \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
libgstlinsys_la_LDFLAGS = \
|
|
$(GST_PLUGIN_LDFLAGS)
|
|
libgstlinsys_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstlinsys_la_LIBTOOLFLAGS = --tag=disable-static
|