mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
Original commit message from CVS: 2005-06-09 Andy Wingo <wingo@pobox.com> * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
This commit is contained in:
parent
cd8caf2f9f
commit
9079621594
3 changed files with 7 additions and 3 deletions
|
@ -1,10 +1,14 @@
|
|||
2005-06-09 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
|
||||
|
||||
2005-06-09 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* configure.ac:
|
||||
* gst-libs/gst/Makefile.am:
|
||||
* gst-libs/gst/net/Makefile.am:
|
||||
Add gstnet to build.
|
||||
|
||||
|
||||
2005-06-09 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst-libs/gst/gconf/gconf.c:
|
||||
|
|
|
@ -2,7 +2,7 @@ libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
|||
|
||||
libgstnetinclude_HEADERS = gstnetbuffer.h
|
||||
|
||||
noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||
lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||
|
||||
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
||||
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
|
||||
|
|
|
@ -2,7 +2,7 @@ libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
|||
|
||||
libgstnetinclude_HEADERS = gstnetbuffer.h
|
||||
|
||||
noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||
lib_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||
|
||||
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
||||
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
|
||||
|
|
Loading…
Reference in a new issue