THRIFT-2090: Go generator, fix including of other thrift files

Patch: Emir Habul
diff --git a/configure.ac b/configure.ac
index 61d5d63..d1616c9 100755
--- a/configure.ac
+++ b/configure.ac
@@ -570,6 +570,7 @@
   lib/d/test/Makefile
   lib/erl/Makefile
   lib/go/Makefile
+  lib/go/test/Makefile
   lib/hs/Makefile
   lib/java/Makefile
   lib/js/test/Makefile
@@ -673,7 +674,7 @@
   echo
   echo "Go Library:"
   echo "   Using Go................... : $GO"
-  echo "   Using Go version........... : $(go version)"
+  echo "   Using Go version........... : $($GO version)"
 fi
 if test "$have_d" = "yes" ; then
   echo