From 1bb5536cba63f8c6ca33b44717b16ea67671641b Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Sun, 10 Nov 2013 14:00:53 +0000
Subject: [PATCH] Add new dependency on surfMesh

---
 src/postProcessing/functionObjects/field/Make/options | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/postProcessing/functionObjects/field/Make/options b/src/postProcessing/functionObjects/field/Make/options
index e95ea37c787..de6d19ef290 100644
--- a/src/postProcessing/functionObjects/field/Make/options
+++ b/src/postProcessing/functionObjects/field/Make/options
@@ -6,15 +6,16 @@ EXE_INC = \
     -I$(LIB_SRC)/sampling/lnInclude \
     -I$(LIB_SRC)/transportModels \
     -I$(LIB_SRC)/turbulenceModels \
-    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
+    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
+    -I$(LIB_SRC)/surfMesh/lnInclude
 
 LIB_LIBS = \
     -lfiniteVolume \
     -lmeshTools \
+    -lsurfMesh \
     -llagrangian \
     -lfileFormats \
     -lsampling \
     -lincompressibleTransportModels \
     -lcompressibleTurbulenceModel \
     -lincompressibleTurbulenceModel
-
-- 
GitLab