Added mmlib as a dependency for FF_Factory.o

This commit is contained in:
germann 2014-03-24 12:23:18 +00:00
parent f7ec2ee09a
commit 042e840045

View File

@ -40,7 +40,7 @@ current ?= "" ;
path-constant LM-LOG : bin/lm.log ;
update-if-changed $(LM-LOG) $(current) ;
obj FF_Factory.o : FF/Factory.cpp LM//macros headers ../lm//kenlm : <dependency>$(LM-LOG) ;
obj FF_Factory.o : FF/Factory.cpp LM//macros headers ../lm//kenlm mmlib : <dependency>$(LM-LOG) ;
if [ option.get "with-mm" : no : yes ] = yes
{