mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
efb938bd9a
Original commit message from CVS: * configure.ac: added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS * gst-libs/Makefile.am: * gst-libs/gst/audio/Makefile.am: * gst-libs/gst/interfaces/Makefile.am: * gst-libs/gst/net/Makefile.am: * gst-libs/gst/riff/Makefile.am: * gst-libs/gst/rtp/Makefile.am: * gst-libs/gst/tag/Makefile.am: * gst-libs/gst/video/Makefile.am: and use them
11 lines
489 B
Makefile
11 lines
489 B
Makefile
libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
|
|
|
libgstnetinclude_HEADERS = gstnetbuffer.h
|
|
|
|
lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
|
|
|
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
|
# FIXME: what is that include doing here ???
|
|
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
|
|
libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
|
libgstnet_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|