mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
f496f75765
Original commit message from CVS: * configure.ac: * gst/Makefile.am: * gst/base/Makefile.am: * gst/check/Makefile.am: * gst/elements/Makefile.am: * gst/net/Makefile.am: update LDFLAGS use some more
20 lines
764 B
Makefile
20 lines
764 B
Makefile
# tempname needs to be removed as soon as the old gstnet is renamed to
|
|
# nethelper or something
|
|
lib_LTLIBRARIES = libgstnet-tempname-@GST_MAJORMINOR@.la
|
|
|
|
libgstnet_tempname_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
|
libgstnet_tempname_@GST_MAJORMINOR@_include_HEADERS = \
|
|
gstnet.h \
|
|
gstnetclientclock.h \
|
|
gstnettimepacket.h \
|
|
gstnettimeprovider.h
|
|
|
|
libgstnet_tempname_@GST_MAJORMINOR@_la_SOURCES = \
|
|
gstnetclientclock.c \
|
|
gstnettimepacket.c \
|
|
gstnettimeprovider.c
|
|
|
|
libgstnet_tempname_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
libgstnet_tempname_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|
|
libgstnet_tempname_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
|
|