You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/04/20 14:28:45 UTC

svn commit: r530766 - in /webservices/sandesha/trunk/c: Makefile.am src/core/Makefile.am

Author: damitha
Date: Fri Apr 20 05:28:43 2007
New Revision: 530766

URL: http://svn.apache.org/viewvc?view=rev&rev=530766
Log:
updated build files

Modified:
    webservices/sandesha/trunk/c/Makefile.am
    webservices/sandesha/trunk/c/src/core/Makefile.am

Modified: webservices/sandesha/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/Makefile.am?view=diff&rev=530766&r1=530765&r2=530766
==============================================================================
--- webservices/sandesha/trunk/c/Makefile.am (original)
+++ webservices/sandesha/trunk/c/Makefile.am Fri Apr 20 05:28:43 2007
@@ -1,5 +1,4 @@
-datadir=$(prefix)/modules/sandesha2
-docsdir=${prefix}
+datadir=$(prefix)/sandesha2
 SUBDIRS = src
 data_DATA = LICENSE config/module.xml \
 			include/sandesha2_client_constants.h \
@@ -7,6 +6,4 @@
 			include/sandesha2_client.h \
 			include/sandesha2_seq_report.h \
 			include/sandesha2_report.h
-
-docs_DATA=config/axis2.xml
 

Modified: webservices/sandesha/trunk/c/src/core/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/core/Makefile.am?view=diff&rev=530766&r1=530765&r2=530766
==============================================================================
--- webservices/sandesha/trunk/c/src/core/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/core/Makefile.am Fri Apr 20 05:28:43 2007
@@ -1,4 +1,4 @@
-prglibdir=$(prefix)/modules/sandesha2
+prglibdir=$(prefix)/sandesha2
 prglib_LTLIBRARIES = libsandesha2.la
 
 libsandesha2_la_SOURCES = sandesha2_msg_ctx.c\
@@ -6,7 +6,7 @@
                           msg_validator.c
 
 INCLUDES = -I$(top_builddir)/include \
-		   	@AXIS2INC@
+            @AXIS2INC@
 libsandesha2_la_LIBADD = ../client/libsandesha2_client.la\
                         ../handlers/libsandesha_handlers.la\
                         ../msgprocessors/libsandesha2_msgprocessors.la\
@@ -19,5 +19,7 @@
                         ../workers/libsandesha2_workers.la\
                         ../wsrm/libsandesha2_wsrm.la \
                         ../polling/libsandesha2_polling.la \
+						-lsqlite3 \
 						-lmysqlclient -lnsl -lm -lz
+
 



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org