[fdo-commits] r631 - trunk

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


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

Modified:
   trunk/configure
   trunk/configure.in
Log:
Fixed Linux build

Modified: trunk/configure
===================================================================
--- trunk/configure	2007-01-16 18:11:26 UTC (rev 630)
+++ trunk/configure	2007-01-16 19:15:21 UTC (rev 631)
@@ -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" ;;

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2007-01-16 18:11:26 UTC (rev 630)
+++ trunk/configure.in	2007-01-16 19:15:21 UTC (rev 631)
@@ -176,6 +176,9 @@
 #FdoCommon
 AC_CONFIG_FILES([Utilities/Common/Makefile])
 
+#TestCommon
+AC_CONFIG_FILES([Utilities/TestCommon/Makefile])
+
 #SQLiteInterface
 AC_CONFIG_FILES([Utilities/SQLiteInterface/Makefile])
 



More information about the fdo-commits mailing list