diff --git a/src/Allwmake b/src/Allwmake index 354aee075d..2fd099352d 100755 --- a/src/Allwmake +++ b/src/Allwmake @@ -21,16 +21,16 @@ OSspecific/$WM_OSTYPE/Allwmake wmake libso OpenFOAM wmake libso fileFormats +wmake libso triSurface +wmake libso meshTools wmake libso edgeMesh wmake libso surfMesh -wmake libso triSurface # Decomposition methods needed by dummyThirdParty parallel/decompose/AllwmakeLnInclude # dummyThirdParty (dummy metisDecomp, scotchDecomp etc) needed by e.g. meshTools dummyThirdParty/Allwmake -wmake libso meshTools wmake libso lagrangian/basic wmake libso finiteVolume wmake libso genericPatchFields diff --git a/src/edgeMesh/Make/options b/src/edgeMesh/Make/options index 4796c18e22..3c1b5258d3 100644 --- a/src/edgeMesh/Make/options +++ b/src/edgeMesh/Make/options @@ -1,9 +1,9 @@ EXE_INC = \ -I$(LIB_SRC)/fileFormats/lnInclude \ - -I$(LIB_SRC)/triSurface/lnInclude \ - -I$(LIB_SRC)/meshTools/lnInclude + -I$(LIB_SRC)/triSurface/lnInclude \ + -I$(LIB_SRC)/meshTools/lnInclude LIB_LIBS = \ -ltriSurface \ - -lmeshTools \ + -lmeshTools \ -lfileFormats