mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
41f439b0a1
Original commit message from CVS: 2005-11-29 Andy Wingo <wingo@pobox.com> * check/Makefile.am: * pkgconfig/gstreamer-net-uninstalled.pc.in: * pkgconfig/gstreamer-net.pc.in: * gst/net/Makefile.am: Rename gstnet-tempname to gstnet. Fixes #322257.
18 lines
605 B
Makefile
18 lines
605 B
Makefile
lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
|
|
|
libgstnet_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
|
libgstnet_@GST_MAJORMINOR@_include_HEADERS = \
|
|
gstnet.h \
|
|
gstnetclientclock.h \
|
|
gstnettimepacket.h \
|
|
gstnettimeprovider.h
|
|
|
|
libgstnet_@GST_MAJORMINOR@_la_SOURCES = \
|
|
gstnetclientclock.c \
|
|
gstnettimepacket.c \
|
|
gstnettimeprovider.c
|
|
|
|
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|
|
libgstnet_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
|
|