From 2e305b139832b2b75740c8a29c4d5e9772f54ccf Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 22 Apr 2004 19:46:10 +0000 Subject: [PATCH] Fixed a typo. --- config/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configure.in b/config/configure.in index 480e94969..0bae87122 100755 --- a/config/configure.in +++ b/config/configure.in @@ -553,7 +553,7 @@ AC_OUTPUT(../Cantera/Makefile \ ../Cantera/python/setup.py \ ../Cantera/cxx/Makefile \ ../Cantera/cxx/src/Makefile \ - ../Cantera/cxx/demo/Makefile \ + ../Cantera/cxx/demos/Makefile \ ../Cantera/user/Makefile \ ../Cantera/python/src/Makefile \ ../ext/lapack/Makefile \