add warning when building without the webapp
This commit is contained in:
parent
3305e019db
commit
f1f90cb30b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue