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 pi...@apache.org on 2007/07/03 07:12:39 UTC

svn commit: r552669 - /webservices/axis2/trunk/c/util/Makefile.am

Author: pini
Date: Mon Jul  2 22:12:38 2007
New Revision: 552669

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

Modified:
    webservices/axis2/trunk/c/util/Makefile.am

Modified: webservices/axis2/trunk/c/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/Makefile.am?view=diff&rev=552669&r1=552668&r2=552669
==============================================================================
--- webservices/axis2/trunk/c/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/util/Makefile.am Mon Jul  2 22:12:38 2007
@@ -1,5 +1,5 @@
 datadir=$(prefix)
-tmpincludedir=(prefix)/include/axis2-1.1
+tmpincludedir=$(prefix)/include/axis2-1.1
 includedir=$(prefix)/include/axis2-1.1
 SUBDIRS = src $(TESTDIR) include
 include_HEADERS=$(top_builddir)/include/*.h



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