Author: damitha Date: Sat Sep 9 22:12:16 2006 New Revision: 441908 URL: http://svn.apache.org/viewvc?view=rev&rev=441908 Log: updated build files
Modified: webservices/sandesha/trunk/c/Makefile.am webservices/sandesha/trunk/c/configure.ac webservices/sandesha/trunk/c/samples/configure.ac Modified: webservices/sandesha/trunk/c/Makefile.am URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/Makefile.am?view=diff&rev=441908&r1=441907&r2=441908 ============================================================================== --- webservices/sandesha/trunk/c/Makefile.am (original) +++ webservices/sandesha/trunk/c/Makefile.am Sat Sep 9 22:12:16 2006 @@ -1,4 +1,4 @@ datadir=$(prefix)/sandesha2 -SUBDIRS = src samples +SUBDIRS = src data_DATA = LICENSE config/module.xml Modified: webservices/sandesha/trunk/c/configure.ac URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/configure.ac?view=diff&rev=441908&r1=441907&r2=441908 ============================================================================== --- webservices/sandesha/trunk/c/configure.ac (original) +++ webservices/sandesha/trunk/c/configure.ac Sat Sep 9 22:12:16 2006 @@ -79,18 +79,7 @@ src/storage/beans/Makefile\ src/storage/inmemory/Makefile\ src/client/Makefile \ - src/core/Makefile \ - samples/Makefile \ - samples/server/Makefile \ - samples/server/rm_mtom/Makefile \ - samples/server/rm_echo/Makefile \ - samples/server/rm_ping/Makefile \ - samples/client/Makefile \ - samples/client/rm_mtom/Makefile \ - samples/client/rm_mtom/resources/Makefile \ - samples/client/rm_echo/Makefile \ - samples/client/rm_echo_blocking/Makefile \ - samples/client/rm_ping/Makefile + src/core/Makefile ]) AC_OUTPUT Modified: webservices/sandesha/trunk/c/samples/configure.ac URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/configure.ac?view=diff&rev=441908&r1=441907&r2=441908 ============================================================================== --- webservices/sandesha/trunk/c/samples/configure.ac (original) +++ webservices/sandesha/trunk/c/samples/configure.ac Sat Sep 9 22:12:16 2006 @@ -37,6 +37,23 @@ PKG_CHECK_MODULES(LIBXML2, libxml-2.0) CFLAGS="$CFLAGS $LIBXML2_CFLAGS $GUTHTHILA_CFLAGS" +AC_MSG_CHECKING(whether to build dynamic invocation client) +AC_ARG_ENABLE(diclient, [ --enable-diclient build diclient. default=no], +[ case "${enableval}" in + no) + AC_MSG_RESULT(no) + DICLIENT_DIR="" + ;; + *) + AC_MSG_RESULT(yes) + DICLIENT_DIR="diclient" + + ;; + esac ], + AC_MSG_RESULT(yes) + DICLIENT_DIR="" +) + AC_MSG_CHECKING(To Use Axis2 C AXIOM. This is a compulsory module to build Axis2 C) AC_ARG_WITH(axiom, [ --with-axiom[=PATH] use axiom.], --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]