diff --git a/src/thermophysicalModels/liquidMixture/Make/options b/src/thermophysicalModels/liquidMixture/Make/options index 506b8ac9a2..bfa6b569ba 100644 --- a/src/thermophysicalModels/liquidMixture/Make/options +++ b/src/thermophysicalModels/liquidMixture/Make/options @@ -5,3 +5,7 @@ EXE_INC = \ -I$(LIB_SRC)/thermophysicalModels/combustion/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude +LIB_LIBS = \ + -lliquids \ + -lthermophysicalFunctions + diff --git a/src/thermophysicalModels/liquids/Make/options b/src/thermophysicalModels/liquids/Make/options index 8a129fda6c..b964b61294 100644 --- a/src/thermophysicalModels/liquids/Make/options +++ b/src/thermophysicalModels/liquids/Make/options @@ -1 +1,5 @@ -EXE_INC = -I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude +EXE_INC = \ + -I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude + +LIB_LIBS = \ + -lthermophysicalFunctions