From 5bb27d2b6d7915f03fd7e39444a2ff0fac537672 Mon Sep 17 00:00:00 2001 From: neoraider Date: Tue, 20 May 2008 09:55:04 +0000 Subject: zoomedit: * Added 2D vector maths * Made rooms selectable --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8ca78c7..e546ae4 100755 --- a/configure +++ b/configure @@ -20541,7 +20541,7 @@ LIBS="$glademm_LIBS $GTKGLEXT_LIBS $libxml_LIBS $LIBS" # Checks for library functions. -ac_config_files="$ac_config_files Makefile src/Makefile src/Data/Makefile src/Gui/Makefile src/Util/Makefile src/View/Makefile" +ac_config_files="$ac_config_files Makefile src/Makefile src/Data/Makefile src/Gui/Makefile src/Math/Makefile src/Util/Makefile src/View/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -21140,6 +21140,7 @@ do "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/Data/Makefile") CONFIG_FILES="$CONFIG_FILES src/Data/Makefile" ;; "src/Gui/Makefile") CONFIG_FILES="$CONFIG_FILES src/Gui/Makefile" ;; + "src/Math/Makefile") CONFIG_FILES="$CONFIG_FILES src/Math/Makefile" ;; "src/Util/Makefile") CONFIG_FILES="$CONFIG_FILES src/Util/Makefile" ;; "src/View/Makefile") CONFIG_FILES="$CONFIG_FILES src/View/Makefile" ;; -- cgit v1.2.3