Add gtest dirs to dist
diff --git a/Makefile.am b/Makefile.am
index 8fbea34..d870867 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@
 logs_DATA=
 docs_DATA= 
 wsdl2c_DATA=tools/codegen/javatool/WSDL2C.sh tools/codegen/javatool/README
-EXTRA_DIST = CREDITS LICENSE build axis2c_build.sh guththila tools AUTHORS NOTICE tools/codegen/javatool/README  tools/codegen/javatool/WSDL2C.bat  tools/codegen/javatool/WSDL2C.sh docs docs/README samples
+EXTRA_DIST = CREDITS LICENSE build axis2c_build.sh guththila tools AUTHORS NOTICE tools/codegen/javatool/README  tools/codegen/javatool/WSDL2C.bat  tools/codegen/javatool/WSDL2C.sh docs docs/README samples gtest
 
 dist-hook:
 	rm -rf `find $(distdir)/ -type d -name .svn`
diff --git a/axiom/Makefile.am b/axiom/Makefile.am
index 859a762..1f50b89 100644
--- a/axiom/Makefile.am
+++ b/axiom/Makefile.am
@@ -17,7 +17,7 @@
 includedir=$(prefix)/include/axis2-${PACKAGE_VERSION}/
 include_HEADERS=$(top_srcdir)/include/*.h
 data_DATA= INSTALL README AUTHORS NEWS CREDITS LICENSE COPYING
-EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE
+EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE gtest
 dist-hook:
 	rm -rf `find $(distdir)/ -type d -name .svn`
 	rm -rf `find $(distdir)/ -type d -name .deps`
diff --git a/guththila/Makefile.am b/guththila/Makefile.am
index 3ce97c3..b113cc5 100644
--- a/guththila/Makefile.am
+++ b/guththila/Makefile.am
@@ -22,5 +22,5 @@
 	rm -rf `find $(distdir)/ -type d -name .svn`
 	rm -rf `find $(distdir)/ -type d -name .deps`
 
-EXTRA_DIST=LICENSE
+EXTRA_DIST=LICENSE gtest
 
diff --git a/neethi/Makefile.am b/neethi/Makefile.am
index 4589506..308c16e 100644
--- a/neethi/Makefile.am
+++ b/neethi/Makefile.am
@@ -15,3 +15,4 @@
 SUBDIRS = src $(GTEST) $(TESTDIR)
 includedir=$(prefix)/include/axis2-${PACKAGE_VERSION}
 include_HEADERS=$(top_srcdir)/include/*.h
+EXTRA_DIST=gtest
diff --git a/util/Makefile.am b/util/Makefile.am
index 99a565a..1b0912a 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -32,7 +32,7 @@
 
 tmpinclude_DATA=config.h
 data_DATA= INSTALL README AUTHORS NEWS CREDITS LICENSE COPYING
-EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE
+EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE gtest
 dist-hook:
 	rm -rf `find $(distdir)/ -type d -name .svn`
 	rm -rf `find $(distdir)/ -type d -name .deps`