make dependency builder happy

The compiler seems to have no problem with the space in the include option, however the dependency builder doesn't find the files.
This commit is contained in:
danielque
2017-01-24 19:33:08 +01:00
committed by GitHub
parent 4f17c33b4d
commit 72dda78652

View File

@ -12,7 +12,7 @@ PFLAGS+= -Dcompre
EXE_INC = \
$(PFLAGS) \
$(PINC) \
-I ../cfdemParticle/lnInclude \
-I../cfdemParticle/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/transportModels \
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \