mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
9c4e915b9e
Original commit message from CVS: * gst/udp/Makefile.am: Use versioned net lib.
28 lines
824 B
Makefile
28 lines
824 B
Makefile
plugin_LTLIBRARIES = libgstudp.la
|
|
|
|
# variables used for enum/marshal generation
|
|
glib_enum_headers = gstudp.h
|
|
glib_enum_define = GST_UDP
|
|
glib_enum_prefix = gst_udp
|
|
|
|
include $(top_srcdir)/common/glib-gen.mak
|
|
|
|
built_sources = gstudp-enumtypes.c gstudp-marshal.c
|
|
built_headers = gstudp-enumtypes.h gstudp-marshal.h
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c gstmultiudpsink.c
|
|
libgstudp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS)
|
|
libgstudp_la_LIBADD =
|
|
libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstnet-0.9
|
|
|
|
nodist_libgstudp_la_SOURCES = \
|
|
$(built_sources)
|
|
|
|
noinst_HEADERS = gstudpsink.h gstudpsrc.h gstudp.h gstmultiudpsink.h
|
|
|
|
EXTRA_DIST = README gstudp-marshal.list
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|