Author: samisa
Date: Wed Jun 6 22:38:10 2007
New Revision: 545070
URL: http://svn.apache.org/viewvc?view=rev&rev=545070
Log:
Fixed build problems
Modified:
webservices/sandesha/trunk/c/configure.ac
webservices/sandesha/trunk/c/src/Makefile.am
webservices/sandesha/trunk/c/src/client/Makefile.am
Modified: webservices/sandesha/trunk/c/configure.ac
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/configure.ac?view=diff&rev=545070&r1=545069&r2=545070
==============================================================================
--- webservices/sandesha/trunk/c/configure.ac (original)
+++ webservices/sandesha/trunk/c/configure.ac Wed Jun 6 22:38:10 2007
@@ -30,7 +30,7 @@
AC_CHECK_HEADERS([stdio.h stdlib.h string.h])
dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
+dnl AC_C_CONST
dnl Checks for library functions.
AC_FUNC_MALLOC
Modified: webservices/sandesha/trunk/c/src/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/Makefile.am?view=diff&rev=545070&r1=545069&r2=545070
==============================================================================
--- webservices/sandesha/trunk/c/src/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/Makefile.am Wed Jun 6 22:38:10 2007
@@ -1 +1 @@
-SUBDIRS = wsrm storage util transport workers handlers msgprocessors polling
core client
+SUBDIRS = wsrm storage util transport workers handlers msgprocessors polling
client core
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=545070&r1=545069&r2=545070
==============================================================================
--- webservices/sandesha/trunk/c/src/client/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/client/Makefile.am Wed Jun 6 22:38:10 2007
@@ -6,8 +6,6 @@
report.c \
client.c
-libsandesha2_client_la_LIBADD = ../core/libsandesha2.la
-
INCLUDES = -I$(top_builddir)/include \
@AXIS2INC@ \
@AXIOMINC@ \
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]