COMP: missing linkage, unneeded linkage

- dynamicMesh, finiteVolume, regionFaModels, thermophysicalProperties
This commit is contained in:
Mark Olesen
2022-04-29 11:43:10 +02:00
parent cf7dbf4d42
commit a4ef891594
12 changed files with 30 additions and 22 deletions

View File

@ -3,7 +3,6 @@ EXE_INC = \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude
LIB_LIBS = \
@ -11,5 +10,4 @@ LIB_LIBS = \
-lfileFormats \
-lsurfMesh \
-lmeshTools \
-ldynamicMesh \
-llagrangian