From 9079621594f48d0ae433e77dedf4224010dbd819 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 9 Jun 2005 15:01:54 +0000 Subject: [PATCH] gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet. Original commit message from CVS: 2005-06-09 Andy Wingo * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet. --- ChangeLog | 6 +++++- gst-libs/gst/net/Makefile.am | 2 +- gst-libs/gst/netbuffer/Makefile.am | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e7739efe1..1f4eb75bd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,14 @@ +2005-06-09 Andy Wingo + + * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet. + 2005-06-09 Andy Wingo * configure.ac: * gst-libs/gst/Makefile.am: * gst-libs/gst/net/Makefile.am: Add gstnet to build. - + 2005-06-09 Andy Wingo * gst-libs/gst/gconf/gconf.c: diff --git a/gst-libs/gst/net/Makefile.am b/gst-libs/gst/net/Makefile.am index e47708f582..cafb0ecc60 100644 --- a/gst-libs/gst/net/Makefile.am +++ b/gst-libs/gst/net/Makefile.am @@ -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 diff --git a/gst-libs/gst/netbuffer/Makefile.am b/gst-libs/gst/netbuffer/Makefile.am index e47708f582..cafb0ecc60 100644 --- a/gst-libs/gst/netbuffer/Makefile.am +++ b/gst-libs/gst/netbuffer/Makefile.am @@ -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