diff --git a/applications/utilities/thermophysical/chemkinToFoam/Make/options b/applications/utilities/thermophysical/chemkinToFoam/Make/options index f27448722946d3101df1f383d9842f3316730c64..a4a45b8c0cc4497512f2bc2e31157d584a02d5dd 100644 --- a/applications/utilities/thermophysical/chemkinToFoam/Make/options +++ b/applications/utilities/thermophysical/chemkinToFoam/Make/options @@ -1,9 +1,11 @@ EXE_INC = \ -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \ - -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude + -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \ + -I$(LIB_SRC)/thermophysicalModels/thermophysicalProperties/lnInclude EXE_LIBS = \ -lreactionThermophysicalModels \ -lcompressibleTransportModels \ -lfluidThermophysicalModels \ - -lspecie + -lspecie \ + -lthermophysicalProperties