This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1.7.x in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit a9a33688f5c0bd5cd29617c2ac21b0d6c328a8a5 Author: Korale Gamaralalage Nandika Chandrasiri Jayawardana <[email protected]> AuthorDate: Wed Sep 8 17:49:48 2010 +0000 build.sh removed from makefile --- 1.7.0/c/samples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.7.0/c/samples/Makefile.am b/1.7.0/c/samples/Makefile.am index 5d73643..9eef567 100644 --- a/1.7.0/c/samples/Makefile.am +++ b/1.7.0/c/samples/Makefile.am @@ -19,4 +19,4 @@ dist-hook: rm -rf `find $(distdir)/ -type d -name .deps` rm -rf `find $(distdir)/ -type d -name .libs` -EXTRA_DIST=codegen autogen.sh build.sh +EXTRA_DIST=codegen autogen.sh
