mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gst-libs/gst/netbuffer/Makefile.am: Let's not override libgstnet from core for no reason...
Original commit message from CVS: * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): Let's not override libgstnet from core for no reason...
This commit is contained in:
parent
2f539d3fa1
commit
a54de3a653
3 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-30 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
|
||||
Let's not override libgstnet from core for no reason...
|
||||
|
||||
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 33084fbe0531733bc02aa1d9de608206d5553a15
|
||||
Subproject commit 8db4c613eb1aa57dc21d25a4b83b36e3cdedc5ca
|
|
@ -1,10 +1,10 @@
|
|||
libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/netbuffer
|
||||
libgstnetbufferincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/netbuffer
|
||||
|
||||
libgstnetinclude_HEADERS = gstnetbuffer.h
|
||||
libgstnetbufferinclude_HEADERS = gstnetbufferbuffer.h
|
||||
|
||||
lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||
lib_LTLIBRARIES = libgstnetbuffer-@GST_MAJORMINOR@.la
|
||||
|
||||
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
||||
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
||||
libgstnet_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES = gstnetbufferbuffer.c
|
||||
libgstnetbuffer_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstnetbuffer_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
||||
libgstnetbuffer_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue