From aedc3985ac1802681504646ff80c139485e1fd9b Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 25 Mar 2009 01:17:11 +0000 Subject: [PATCH] addded missing files. --- Cantera/python/examples/gasdynamics/isentropic/Makefile.in | 1 + Cantera/python/examples/gasdynamics/soundSpeed/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/Cantera/python/examples/gasdynamics/isentropic/Makefile.in b/Cantera/python/examples/gasdynamics/isentropic/Makefile.in index ae724c6e2..a5e659719 100644 --- a/Cantera/python/examples/gasdynamics/isentropic/Makefile.in +++ b/Cantera/python/examples/gasdynamics/isentropic/Makefile.in @@ -13,6 +13,7 @@ test: install: @INSTALL@ -d $(INST_DIR) + @INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR) @INSTALL@ -c -m ug+rw,o+r isentropic.py $(INST_DIR) @INSTALL@ -c runtest $(INST_DIR) @INSTALL@ -c cleanup $(INST_DIR) diff --git a/Cantera/python/examples/gasdynamics/soundSpeed/Makefile.in b/Cantera/python/examples/gasdynamics/soundSpeed/Makefile.in index c21141166..f5c42cda0 100644 --- a/Cantera/python/examples/gasdynamics/soundSpeed/Makefile.in +++ b/Cantera/python/examples/gasdynamics/soundSpeed/Makefile.in @@ -12,6 +12,7 @@ test: install: @INSTALL@ -d $(INST_DIR) + @INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR) @INSTALL@ -c -m ug+rw,o+r soundSpeed.py $(INST_DIR) @INSTALL@ -c runtest $(INST_DIR) @INSTALL@ -c cleanup $(INST_DIR)