foamList: Added missing -I$(LIB_SRC)/meshTools/lnInclude needed for recent changes to AMI

This commit is contained in:
Henry Weller
2016-09-20 14:51:13 +01:00
parent 5df2c040fa
commit eb8d593df2

View File

@ -6,7 +6,8 @@ EXE_INC = \
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-lbarotropicCompressibilityModel \