Author: damitha
Date: Tue Apr 7 08:42:24 2009
New Revision: 762653
URL: http://svn.apache.org/viewvc?rev=762653&view=rev
Log: (empty)
Modified:
webservices/savan/trunk/c/src/client/Makefile.am
webservices/savan/trunk/c/src/core/Makefile.am
webservices/savan/trunk/c/src/filters/xpath/Makefile.am
webservices/savan/trunk/c/src/publisher/esb/Makefile.am
webservices/savan/trunk/c/src/storage/registry/Makefile.am
webservices/savan/trunk/c/src/storage/sqlite/Makefile.am
Modified: webservices/savan/trunk/c/src/client/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/client/Makefile.am?rev=762653&r1=762652&r2=762653&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/client/Makefile.am (original)
+++ webservices/savan/trunk/c/src/client/Makefile.am Tue Apr 7 08:42:24 2009
@@ -2,8 +2,7 @@
prglib_LTLIBRARIES = libsavan_client.la
libsavan_client_la_SOURCES = savan_client.c
-libsavan_client_la_LIBADD =
$(top_builddir)/src/subscribers/libsavan_subscribers.la \
-
$(top_builddir)/src/util/libsavan_util.la \
+libsavan_client_la_LIBADD = $(top_builddir)/src/util/libsavan_util.la \
../storage/@SAVAN_STORAGE@/libsavan_storage.la \
../filters/@SAVAN_FILTER_LIB@
Modified: webservices/savan/trunk/c/src/core/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/core/Makefile.am?rev=762653&r1=762652&r2=762653&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/core/Makefile.am (original)
+++ webservices/savan/trunk/c/src/core/Makefile.am Tue Apr 7 08:42:24 2009
@@ -12,6 +12,5 @@
libmod_savan_la_LIBADD = \
../handlers/libsavan_handlers.la\
-
../subscribers/libsavan_subscribers.la\
../util/libsavan_util.la \
../storage/@SAVAN_STORAGE@/libsavan_storage.la
Modified: webservices/savan/trunk/c/src/filters/xpath/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/filters/xpath/Makefile.am?rev=762653&r1=762652&r2=762653&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/filters/xpath/Makefile.am (original)
+++ webservices/savan/trunk/c/src/filters/xpath/Makefile.am Tue Apr 7 08:42:24
2009
@@ -1,5 +1,5 @@
datadir=$(prefix)/modules/savan
-noinst_LTLIBRARIES = libsavan_filter_mod.la
+lib_LTLIBRARIES = libsavan_filter_mod.la
libsavan_filter_mod_la_SOURCES = filter_mod.c
libsavan_filter_mod_la_LIBADD = ../common/libsavan_common_filter_mod.la -lxml2
Modified: webservices/savan/trunk/c/src/publisher/esb/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/publisher/esb/Makefile.am?rev=762653&r1=762652&r2=762653&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/publisher/esb/Makefile.am (original)
+++ webservices/savan/trunk/c/src/publisher/esb/Makefile.am Tue Apr 7 08:42:24
2009
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libsavan_publisher_mod.la
+lib_LTLIBRARIES = libsavan_publisher_mod.la
libsavan_publisher_mod_la_SOURCES = publisher_mod.c
libsavan_publisher_mod_la_LIBADD =
Modified: webservices/savan/trunk/c/src/storage/registry/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/storage/registry/Makefile.am?rev=762653&r1=762652&r2=762653&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/storage/registry/Makefile.am (original)
+++ webservices/savan/trunk/c/src/storage/registry/Makefile.am Tue Apr 7
08:42:24 2009
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libsavan_storage.la
+lib_LTLIBRARIES = libsavan_storage.la
libsavan_storage_la_SOURCES = storage_mgr.c
libsavan_storage_la_LIBADD = ../common/libsavan_common_storage.la \
Modified: webservices/savan/trunk/c/src/storage/sqlite/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/storage/sqlite/Makefile.am?rev=762653&r1=762652&r2=762653&view=diff
==============================================================================
--- webservices/savan/trunk/c/src/storage/sqlite/Makefile.am (original)
+++ webservices/savan/trunk/c/src/storage/sqlite/Makefile.am Tue Apr 7
08:42:24 2009
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libsavan_storage.la
+lib_LTLIBRARIES = libsavan_storage.la
libsavan_storage_la_SOURCES = storage_mgr.c sqlite3.c