Add gstnet to build.

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.
This commit is contained in:
Andy Wingo 2005-06-09 08:54:45 +00:00
parent 6a70d390dd
commit cd8caf2f9f
5 changed files with 10 additions and 4 deletions

View file

@ -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:

View 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

View 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 \

View 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)

View 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)