[fdo-commits] r632 - branches/3.2.x

svn_fdo at osgeo.org svn_fdo at osgeo.org
Tue Jan 16 14:15:41 EST 2007


Author: romicadascalescu
Date: 2007-01-16 14:15:41 -0500 (Tue, 16 Jan 2007)
New Revision: 632

Modified:
   branches/3.2.x/configure
Log:
Fixed Linux build

Modified: branches/3.2.x/configure
===================================================================
--- branches/3.2.x/configure	2007-01-16 19:15:21 UTC (rev 631)
+++ branches/3.2.x/configure	2007-01-16 19:15:41 UTC (rev 632)
@@ -19850,6 +19850,8 @@
 #FdoCommon
           ac_config_files="$ac_config_files Utilities/Common/Makefile"
 
+#TestCommon
+          ac_config_files="$ac_config_files Utilities/TestCommon/Makefile"
 
 #SQLiteInterface
           ac_config_files="$ac_config_files Utilities/SQLiteInterface/Makefile"
@@ -20471,6 +20473,7 @@
   "Fdo/Docs/XmlSchema/Makefile" ) CONFIG_FILES="$CONFIG_FILES Fdo/Docs/XmlSchema/Makefile" ;;
   "Fdo/UnitTest/Makefile" ) CONFIG_FILES="$CONFIG_FILES Fdo/UnitTest/Makefile" ;;
   "Utilities/Common/Makefile" ) CONFIG_FILES="$CONFIG_FILES Utilities/Common/Makefile" ;;
+  "Utilities/TestCommon/Makefile" ) CONFIG_FILES="$CONFIG_FILES Utilities/TestCommon/Makefile" ;;
   "Utilities/SQLiteInterface/Makefile" ) CONFIG_FILES="$CONFIG_FILES Utilities/SQLiteInterface/Makefile" ;;
   "Utilities/OWS/Makefile" ) CONFIG_FILES="$CONFIG_FILES Utilities/OWS/Makefile" ;;
   "Utilities/OWS/Src/Makefile" ) CONFIG_FILES="$CONFIG_FILES Utilities/OWS/Src/Makefile" ;;



More information about the fdo-commits mailing list