You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2007/05/30 11:43:29 UTC

svn commit: r542786 - in /webservices/axis2/trunk/c/test/core: deployment/Makefile.am engine/Makefile.am

Author: pini
Date: Wed May 30 02:43:28 2007
New Revision: 542786

URL: http://svn.apache.org/viewvc?view=rev&rev=542786
Log:
Fixed build break

Modified:
    webservices/axis2/trunk/c/test/core/deployment/Makefile.am
    webservices/axis2/trunk/c/test/core/engine/Makefile.am

Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?view=diff&rev=542786&r1=542785&r2=542786
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Wed May 30 02:43:28 2007
@@ -22,5 +22,6 @@
             -I$(top_builddir)/src/core/clientapi \
             -I$(top_builddir)/src/core/util \
             -I ../../../util/include \
-            -I ../../../axiom/include
+            -I ../../../axiom/include \
+            -I ../../../neethi/include
 			

Modified: webservices/axis2/trunk/c/test/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/engine/Makefile.am?view=diff&rev=542786&r1=542785&r2=542786
==============================================================================
--- webservices/axis2/trunk/c/test/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/engine/Makefile.am Wed May 30 02:43:28 2007
@@ -21,5 +21,6 @@
             -I$(top_builddir)/src/core/deployment \
             -I$(top_builddir)/src/core/engine \
             -I ../../../util/include \
-            -I ../../../axiom/include 
+            -I ../../../axiom/include \
+            -I ../../../neethi/include 
 



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