From 463edfce1fa58d8372266755a97373129c4ca08c Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 23 Nov 2011 11:13:43 +0000
Subject: [PATCH] COMP: thermoBaffleModels: missing indirect linkage

---
 src/regionModels/thermoBaffleModels/Make/options       | 1 +
 src/thermophysicalModels/basicSolidThermo/Make/options | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/regionModels/thermoBaffleModels/Make/options b/src/regionModels/thermoBaffleModels/Make/options
index ad043bc32e5..ab3ee6e0b88 100644
--- a/src/regionModels/thermoBaffleModels/Make/options
+++ b/src/regionModels/thermoBaffleModels/Make/options
@@ -13,6 +13,7 @@ EXE_INC = \
 LIB_LIBS = \
     -lregionModels \
     -lbasicSolidThermo \
+    -lcompressibleTurbulenceModel \
     -lfiniteVolume \
     -lmeshTools \
     -lOpenFOAM \
diff --git a/src/thermophysicalModels/basicSolidThermo/Make/options b/src/thermophysicalModels/basicSolidThermo/Make/options
index e2cff82d804..55160a76fd8 100644
--- a/src/thermophysicalModels/basicSolidThermo/Make/options
+++ b/src/thermophysicalModels/basicSolidThermo/Make/options
@@ -7,4 +7,5 @@ EXE_INC = \
 LIB_LIBS = \
     -lmeshTools \
     -lfiniteVolume \
+    -lspecie \
     -lsolid
-- 
GitLab