From 601abe3febcfd5d5ddde0ac74adb40d1edc43b84 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 2 Oct 2006 22:24:51 +0000 Subject: [PATCH] Added a file to the installed demo/cxx directory. It was needed so that the cxx files would compile out of the box. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index bc6a8bdbd..7e5410050 100755 --- a/Makefile.in +++ b/Makefile.in @@ -197,6 +197,7 @@ finish-install: @INSTALL@ -d @ct_docdir@ @INSTALL@ -d @ct_bindir@ (cd Cantera/cxx/demos; @MAKE@ install) + @INSTALL@ tools/templates/cxx/demo.mak @ct_demodir@/cxx @INSTALL@ -d @ct_demodir@/f77 ( for ihhh in Cantera/fortran/f77demos/*.f ; do \ @INSTALL@ $${ihhh} @ct_demodir@/f77 ; done )