Added net stuff, version net lib.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 2 Jun 2005 14:01:22 +0000 (14:01 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 2 Jun 2005 14:01:22 +0000 (14:01 +0000)
Original commit message from CVS:
* gst-libs/gst/net/Makefile.am:
* pkgconfig/gstreamer-libs-uninstalled.pc.in:
* pkgconfig/gstreamer-libs.pc.in:
Added net stuff, version net lib.

ChangeLog
gst-libs/gst/net/Makefile.am
gst-libs/gst/netbuffer/Makefile.am
pkgconfig/gstreamer-libs-uninstalled.pc.in
pkgconfig/gstreamer-libs.pc.in

index 1e0fdcb..fe9a978 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-06-02  Wim Taymans  <wim@fluendo.com>
 
+       * gst-libs/gst/net/Makefile.am:
+       * pkgconfig/gstreamer-libs-uninstalled.pc.in:
+       * pkgconfig/gstreamer-libs.pc.in:
+       Added net stuff, version net lib.
+
+2005-06-02  Wim Taymans  <wim@fluendo.com>
+
        * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
        (query_rates), (query_positions_elems), (query_positions_pads),
        (do_seek):
index 85fc58e..c04a1dc 100644 (file)
@@ -1,8 +1,12 @@
-noinst_LTLIBRARIES = libgstnet.la
+libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
+
+libgstnetinclude_HEADERS = gstnetbuffer.h
+
+noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
 
 libgstnet_la_SOURCES = gstnetbuffer.c
 
-libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
-libgstnetinclude_HEADERS = gstnetbuffer.h
+libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
+libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
+libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
 
-libgstnet_la_CFLAGS = $(GST_CFLAGS) 
index 85fc58e..c04a1dc 100644 (file)
@@ -1,8 +1,12 @@
-noinst_LTLIBRARIES = libgstnet.la
+libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
+
+libgstnetinclude_HEADERS = gstnetbuffer.h
+
+noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
 
 libgstnet_la_SOURCES = gstnetbuffer.c
 
-libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
-libgstnetinclude_HEADERS = gstnetbuffer.h
+libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
+libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
+libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
 
-libgstnet_la_CFLAGS = $(GST_CFLAGS) 
index 1251407..9b8ab49 100644 (file)
@@ -8,5 +8,5 @@ Description: Streaming-media framework media-specific libraries, not installed
 Version: @VERSION@
 Requires: gstreamer-@GST_MAJORMINOR@
 
-Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag
+Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag -L${libdir}/net
 Cflags: -I${includedir}
index 07988c1..391ba49 100644 (file)
@@ -7,5 +7,5 @@ Name: GStreamer Plugin Libraries
 Description: Streaming-media framework, plugin libraries
 Requires: gstreamer-@GST_MAJORMINOR@
 Version: @VERSION@
-Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag
+Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag -L${libdir}/net
 Cflags: -I${includedir}