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 2008/04/07 08:42:19 UTC

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

Author: pini
Date: Sun Apr  6 23:42:17 2008
New Revision: 645396

URL: http://svn.apache.org/viewvc?rev=645396&view=rev
Log:
Installing codegen scripts to 'make install' target

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

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?rev=645396&r1=645395&r2=645396&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Sun Apr  6 23:42:17 2008
@@ -3,6 +3,7 @@
 logsdir=$(prefix)/logs
 docsdir=$(prefix)
 includedir=$(prefix)/include/axis2-1.3.1
+wsdl2cdir=$(prefix)/bin/tools/wsdl2c
 
 
 pkgconfigdir = $(libdir)/pkgconfig
@@ -15,7 +16,8 @@
 scripts_DATA=tools/codegen/javatool/WSDL2C.sh
 logs_DATA=
 docs_DATA= 
-EXTRA_DIST = CREDITS LICENSE build axis2c_build.sh guththila tools AUTHORS NOTICE 
+wsdl2c_DATA=tools/codegen/javatool/WSDL2C.sh tools/codegen/javatool/README.txt
+EXTRA_DIST = CREDITS LICENSE build axis2c_build.sh guththila tools AUTHORS NOTICE tools/codegen/javatool/README.txt  tools/codegen/javatool/WSDL2C.bat  tools/codegen/javatool/WSDL2C.sh
 
 dist-hook:
 	rm -rf `find $(distdir)/ -type d -name .svn`



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