mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 23:16:38 +00:00
13864f4998
Summary: Otherwise we end up with circular / complicated dependencies between Validate, its libraries, and the plugins Depends on D203 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D204
10 lines
398 B
Makefile
10 lines
398 B
Makefile
plugin_LTLIBRARIES = libgstvalidatefaultinjection.la
|
|
|
|
libgstvalidatefaultinjection_la_SOURCES = \
|
|
socket_interposer.c
|
|
|
|
libgstvalidatefaultinjection_la_CFLAGS = $(GST_ALL_CFLAGS)
|
|
libgstvalidatefaultinjection_la_LIBADD = $(GST_ALL_LIBS) $(top_builddir)/gst/validate/libgstvalidate-@GST_API_VERSION@.la
|
|
libgstvalidatefaultinjection_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_ALL_LDFLAGS)
|
|
|
|
CLEANFILES =
|