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 di...@apache.org on 2007/02/27 10:26:22 UTC

svn commit: r512190 - /webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am

Author: dinesh
Date: Tue Feb 27 01:26:21 2007
New Revision: 512190

URL: http://svn.apache.org/viewvc?view=rev&rev=512190
Log:
fixed:mep_client.c complains platfrom_auto_sens.h not found

Modified:
    webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am

Modified: webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am?view=diff&rev=512190&r1=512189&r2=512190
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am Tue Feb 27 01:26:21 2007
@@ -13,4 +13,5 @@
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/deployment \
             -I$(top_builddir)/util/include \
+           -I$(top_builddir)/util/include/platforms \
             -I$(top_builddir)/axiom/include



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