mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +00:00
4f8f42b0b6
Original commit message from CVS: restructure configure.ac, use correct libtool LDFLAGS, fix up defines
11 lines
451 B
Makefile
11 lines
451 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_LT_LDFLAGS)
|