From b60613c166f10001a1055222c7a5adc5b5c45254 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 25 Mar 2009 00:10:10 +0000 Subject: [PATCH] Fixed a missing file. --- .../python/examples/equilibrium/multiphase_plasma/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in b/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in index 61d59e13d..504689591 100644 --- a/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in +++ b/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in @@ -14,6 +14,7 @@ test: install: @INSTALL@ -d $(INST_DIR) @INSTALL@ -c -m ug+rw,o+r multiphase_plasma.py $(INST_DIR) + @INSTALL@ -c -m ug+rw,o+r Makefile $(INST_DIR) @INSTALL@ -c runtest $(INST_DIR) @INSTALL@ -c cleanup $(INST_DIR) @INSTALL@ -c -m ug+rw,o+r output_blessed_0.txt $(INST_DIR)