Added a file to the installed demo/cxx directory. It was needed so that

the cxx files would compile out of the box.
This commit is contained in:
Harry Moffat 2006-10-02 22:24:51 +00:00
parent eb129e8f00
commit 601abe3feb

View file

@ -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 )