mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
16 lines
624 B
Makefile
16 lines
624 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 \
|
||
|
gstnettimeprovider.h
|
||
|
|
||
|
libgstnet_tempname_@GST_MAJORMINOR@_la_SOURCES = \
|
||
|
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_OBJ_LDFLAGS)
|