You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2005/10/31 06:57:52 UTC

svn commit: r329760 - in /webservices/axis2/trunk/c/modules: Makefile.am Makefile.in

Author: damitha
Date: Sun Oct 30 21:57:41 2005
New Revision: 329760

URL: http://svn.apache.org/viewcvs?rev=329760&view=rev
Log:
added wsdl for build

Modified:
    webservices/axis2/trunk/c/modules/Makefile.am
    webservices/axis2/trunk/c/modules/Makefile.in

Modified: webservices/axis2/trunk/c/modules/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/Makefile.am?rev=329760&r1=329759&r2=329760&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/Makefile.am Sun Oct 30 21:57:41 2005
@@ -9,5 +9,5 @@
 endif
 
 #SUBDIRS = util common xml core wsdl test
-SUBDIRS = util common $(MAYBE_XML) $(MAYBE_CORE)  $(MAYBE_TEST)
+SUBDIRS = util common $(MAYBE_XML) $(MAYBE_CORE) wsdl $(MAYBE_TEST)
 #SUBDIRS = util common test

Modified: webservices/axis2/trunk/c/modules/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/Makefile.in?rev=329760&r1=329759&r2=329760&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/Makefile.in Sun Oct 30 21:57:41 2005
@@ -59,7 +59,7 @@
 	uninstall-recursive
 ETAGS = etags
 CTAGS = ctags
-DIST_SUBDIRS = util common xml core test
+DIST_SUBDIRS = util common xml core wsdl test
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 AMDEP_FALSE = @AMDEP_FALSE@
@@ -174,7 +174,7 @@
 @COND_TEST_TRUE@MAYBE_TEST = test
 
 #SUBDIRS = util common xml core wsdl test
-SUBDIRS = util common $(MAYBE_XML) $(MAYBE_CORE)  $(MAYBE_TEST)
+SUBDIRS = util common $(MAYBE_XML) $(MAYBE_CORE) wsdl $(MAYBE_TEST)
 all: all-recursive
 
 .SUFFIXES: