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/05/07 13:49:05 UTC

svn commit: r535862 - in /webservices/sandesha/trunk/c: Makefile.am autogen.sh configure.ac src/client/Makefile.am

Author: damitha
Date: Mon May  7 04:49:04 2007
New Revision: 535862

URL: http://svn.apache.org/viewvc?view=rev&rev=535862
Log:
removing samples from initial build of sandeshaya. Moving selected include files
to include/sandesha2-0.90

Modified:
    webservices/sandesha/trunk/c/Makefile.am
    webservices/sandesha/trunk/c/autogen.sh
    webservices/sandesha/trunk/c/configure.ac
    webservices/sandesha/trunk/c/src/client/Makefile.am

Modified: webservices/sandesha/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/Makefile.am?view=diff&rev=535862&r1=535861&r2=535862
==============================================================================
--- webservices/sandesha/trunk/c/Makefile.am (original)
+++ webservices/sandesha/trunk/c/Makefile.am Mon May  7 04:49:04 2007
@@ -1,9 +1,13 @@
 datadir=$(prefix)/modules/sandesha2
-SUBDIRS = src samples
-data_DATA = LICENSE config/module.xml \
+includedir=$(prefix)/include/sandesha2-0.90
+docsdir=$(prefix)/docs
+SUBDIRS = src
+docs_DATA=INSTALL
+include_HEADERS= \
 			include/sandesha2_client_constants.h \
 			include/sandesha2_constants.h \
 			include/sandesha2_client.h \
 			include/sandesha2_seq_report.h \
 			include/sandesha2_report.h
+data_DATA = LICENSE config/module.xml
 

Modified: webservices/sandesha/trunk/c/autogen.sh
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/autogen.sh?view=diff&rev=535862&r1=535861&r2=535862
==============================================================================
--- webservices/sandesha/trunk/c/autogen.sh (original)
+++ webservices/sandesha/trunk/c/autogen.sh Mon May  7 04:49:04 2007
@@ -41,6 +41,3 @@
 
 echo 'done'
 
-cd samples
-./autogen.sh
-cd ..

Modified: webservices/sandesha/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/configure.ac?view=diff&rev=535862&r1=535861&r2=535862
==============================================================================
--- webservices/sandesha/trunk/c/configure.ac (original)
+++ webservices/sandesha/trunk/c/configure.ac Mon May  7 04:49:04 2007
@@ -118,8 +118,6 @@
   AC_MSG_RESULT(no)
 )
 
-AC_CONFIG_SUBDIRS(samples)
-
 AXIS2INC=$axis2inc
 MYSQLINC=$mysqlinc
 SQLITEINC=$sqliteinc

Modified: webservices/sandesha/trunk/c/src/client/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/client/Makefile.am?view=diff&rev=535862&r1=535861&r2=535862
==============================================================================
--- webservices/sandesha/trunk/c/src/client/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/client/Makefile.am Mon May  7 04:49:04 2007
@@ -1,4 +1,4 @@
-prglibdir=$(prefix)/modules/sandesha2
+prglibdir=$(prefix)/lib
 prglib_LTLIBRARIES = libsandesha2_client.la
 
 libsandesha2_client_la_SOURCES = \



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