diff --git a/Cantera/src/thermo/Makefile.am b/Cantera/src/thermo/Makefile.am index f99a50758..8d5de3928 100644 --- a/Cantera/src/thermo/Makefile.am +++ b/Cantera/src/thermo/Makefile.am @@ -19,7 +19,8 @@ h_sources = State.h Elements.h Constituents.h Phase.h mix_defs.h \ PDSS.h HMWSoln.h WaterSSTP.h MetalSHEelectrons.h \ IdealSolidSolnPhase.h StoichSubstanceSSTP.h \ SingleSpeciesTP.h MineralEQ3.h PseudoBinaryVPSSTP.h \ - MargulesVPSSTP.h StoichSubstance.h electrolytes.h + MargulesVPSSTP.h StoichSubstance.h electrolytes.h \ + PureFluidPhase.h cc_sources = State.cpp Elements.cpp Constituents.cpp Phase.cpp \ ThermoPhase.cpp IdealGasPhase.cpp ConstDensityThermo.cpp \ @@ -40,7 +41,7 @@ cc_sources = State.cpp Elements.cpp Constituents.cpp Phase.cpp \ IdealSolidSolnPhase.cpp \ SingleSpeciesTP.cpp MineralEQ3.cpp \ PseudoBinaryVPSSTP.cpp MargulesVPSSTP.cpp \ - StoichSubstanceSSTP.cpp + StoichSubstanceSSTP.cpp PureFluidPhase.cpp AM_CPPFLAGS = -I../base AM_CXXFLAGS = $(AM_CPPFLAGS) diff --git a/Cantera/src/thermo/PureFluidPhase.cpp b/Cantera/src/thermo/PureFluidPhase.cpp index b5e8b96ff..3b4046b1a 100644 --- a/Cantera/src/thermo/PureFluidPhase.cpp +++ b/Cantera/src/thermo/PureFluidPhase.cpp @@ -13,8 +13,8 @@ #ifdef WITH_PURE_FLUIDS -#include "../../../ext/tpx/Sub.h" -#include "../../../ext/tpx/utils.h" +#include "../../ext/tpx/Sub.h" +#include "../../ext/tpx/utils.h" #include #include