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
|
import Assistant.Threads.TransferScanner
|
||||||
#ifdef WITH_WEBAPP
|
#ifdef WITH_WEBAPP
|
||||||
import Assistant.Threads.WebApp
|
import Assistant.Threads.WebApp
|
||||||
|
#else
|
||||||
|
#warning Building without the webapp. You probably need to install Yesod..
|
||||||
#endif
|
#endif
|
||||||
import qualified Utility.Daemon
|
import qualified Utility.Daemon
|
||||||
import Utility.LogFile
|
import Utility.LogFile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue