add warning when building without the webapp

This commit is contained in:
Joey Hess 2012-07-27 12:14:57 -04:00
parent 3305e019db
commit f1f90cb30b

View file

@ -115,6 +115,8 @@ import Assistant.Threads.MountWatcher
import Assistant.Threads.TransferScanner
#ifdef WITH_WEBAPP
import Assistant.Threads.WebApp
#else
#warning Building without the webapp. You probably need to install Yesod..
#endif
import qualified Utility.Daemon
import Utility.LogFile