diff --git a/src/thermophysicalModels/liquidMixture/Make/options b/src/thermophysicalModels/liquidMixture/Make/options index 506b8ac9a2b80e5a2cc7947815d3e43f9b64d635..bfa6b569ba77177a6a88d674a674ce257c84e2fd 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 8a129fda6c391f107f38f8ca5031a3bb352b884d..b964b61294c787fe650b03faee1b09bbb9b48256 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