From 43e9b315190224658f6e61391a80366ac6449d82 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 1 May 2006 22:36:45 +0000 Subject: [PATCH] Added the ext/recipes/Makefile file to the list of makefiles. Somehow, it wasn't in the list. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 4aa6195e5..722659957 100755 --- a/configure.in +++ b/configure.in @@ -1097,6 +1097,7 @@ AC_OUTPUT(Makefile \ ext/f2c_blas/Makefile \ ext/f2c_lapack/Makefile \ ext/f2c_math/Makefile \ + ext/recipes/Makefile \ examples/Makefile \ examples/cxx/Makefile \ tools/Makefile \