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/11/21 06:10:22 UTC

svn commit: r345836 - /webservices/axis2/trunk/c/modules/core/description/src/Makefile.in

Author: damitha
Date: Sun Nov 20 21:10:17 2005
New Revision: 345836

URL: http://svn.apache.org/viewcvs?rev=345836&view=rev
Log:
Include path for wsdl/src added

Modified:
    webservices/axis2/trunk/c/modules/core/description/src/Makefile.in

Modified: webservices/axis2/trunk/c/modules/core/description/src/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/src/Makefile.in?rev=345836&r1=345835&r2=345836&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/src/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/core/description/src/Makefile.in Sun Nov 20 21:10:17 2005
@@ -206,7 +206,8 @@
 libaxis2_description_la_LIBADD = $(LDFLAGS)
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/xml/guththila/src \
-            -I$(top_builddir)/modules/util/src
+            -I$(top_builddir)/modules/util/src \
+            -I$(top_builddir)/modules/wsdl/src
 
 all: all-am