summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-05-20 11:55:04 +0200
committerneoraider <devnull@localhost>2008-05-20 11:55:04 +0200
commit5bb27d2b6d7915f03fd7e39444a2ff0fac537672 (patch)
tree16504dbcadf71afd3be79977d3eda2e0a562ed79 /configure
parent094c72221ea15615b4bcdc31a4acbb4e5c67817a (diff)
downloadzoomedit-5bb27d2b6d7915f03fd7e39444a2ff0fac537672.tar
zoomedit-5bb27d2b6d7915f03fd7e39444a2ff0fac537672.zip
zoomedit:
* Added 2D vector maths * Made rooms selectable
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
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" ;;