Add gstnet to build.
authorAndy Wingo <wingo@pobox.com>
Thu, 9 Jun 2005 08:54:45 +0000 (08:54 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 9 Jun 2005 08:54:45 +0000 (08:54 +0000)
Original commit message from CVS:
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.

ChangeLog
configure.ac
gst-libs/gst/Makefile.am
gst-libs/gst/net/Makefile.am
gst-libs/gst/netbuffer/Makefile.am

index ae106ed1f027f81ecb23a28bf4490b5de87e2424..4e7739efe1a6fd67a06ca88c99f8fc033b756947 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
index 8519e9dfb43b9eda259d6050ecd5d47aac646889..ad0951cfabe9114560d5ea48d3cf2524905892cf 100644 (file)
@@ -894,6 +894,7 @@ gst-libs/gst/floatcast/Makefile
 gst-libs/gst/gconf/Makefile
 gst-libs/gst/mixer/Makefile
 gst-libs/gst/navigation/Makefile
+gst-libs/gst/net/Makefile
 gst-libs/gst/propertyprobe/Makefile
 gst-libs/gst/riff/Makefile
 gst-libs/gst/tag/Makefile
index 951890f1570227a0f9a34bef8f9b52d9365e7a78..aa280ce0d86fb97e6334a68f93e49a514bb7978b 100644 (file)
@@ -11,6 +11,7 @@ SUBDIRS = \
        $(GCONF_DIR) \
        mixer \
        navigation \
+       net \
        propertyprobe \
        riff \
        tag \
@@ -26,6 +27,7 @@ DIST_SUBDIRS = \
        gconf \
        mixer \
        navigation \
+       net \
        propertyprobe \
        riff \
        tag \
index c04a1dc9546a3fde3c160e72f34af7a7f0befe07..e47708f582413f34ef16bca623ea29f65969ac8e 100644 (file)
@@ -4,8 +4,6 @@ libgstnetinclude_HEADERS = gstnetbuffer.h
 
 noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
 
-libgstnet_la_SOURCES = gstnetbuffer.c
-
 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)
index c04a1dc9546a3fde3c160e72f34af7a7f0befe07..e47708f582413f34ef16bca623ea29f65969ac8e 100644 (file)
@@ -4,8 +4,6 @@ libgstnetinclude_HEADERS = gstnetbuffer.h
 
 noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
 
-libgstnet_la_SOURCES = gstnetbuffer.c
-
 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)