From 9dfce0fe8a7ef65e18729efea5e3a154411bffbf Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 25 Mar 2009 01:48:32 +0000 Subject: [PATCH] Added a couple of missing files. --- Cantera/python/examples/liquid_vapor/critProperties/Makefile.in | 1 + Cantera/python/examples/liquid_vapor/rankine/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/Cantera/python/examples/liquid_vapor/critProperties/Makefile.in b/Cantera/python/examples/liquid_vapor/critProperties/Makefile.in index 586cb17c6..bfdd85d00 100644 --- a/Cantera/python/examples/liquid_vapor/critProperties/Makefile.in +++ b/Cantera/python/examples/liquid_vapor/critProperties/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 critProperties.py $(INST_DIR) @INSTALL@ -c runtest $(INST_DIR) @INSTALL@ -c cleanup $(INST_DIR) diff --git a/Cantera/python/examples/liquid_vapor/rankine/Makefile.in b/Cantera/python/examples/liquid_vapor/rankine/Makefile.in index 099ec1e60..24fd3080d 100644 --- a/Cantera/python/examples/liquid_vapor/rankine/Makefile.in +++ b/Cantera/python/examples/liquid_vapor/rankine/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 rankine.py $(INST_DIR) @INSTALL@ -c runtest $(INST_DIR) @INSTALL@ -c cleanup $(INST_DIR)