From e3085adf83eaedabfee5ce6af2f6e34443e1eaca Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 15 Jun 2007 20:52:01 +0000 Subject: zoom: Fixed some Makefile bugs. --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 9dc2da0..f445935 100755 --- a/configure +++ b/configure @@ -3787,6 +3787,8 @@ done ac_config_files="$ac_config_files Makefile" +ac_config_files="$ac_config_files zoom" + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -4374,6 +4376,7 @@ do "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "zoom") CONFIG_FILES="$CONFIG_FILES zoom" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} -- cgit v1.2.3