summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-27 12:14:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-27 12:14:57 -0400
commitf1f90cb30b5318b3d13c1d401bd81a0747ec7b40 (patch)
treef06b6289b6d7e467da644e453666bb92a1bcbcbf
parent3305e019db5938385172429216c96a9a1f328642 (diff)
add warning when building without the webapp
-rw-r--r--Assistant.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Assistant.hs b/Assistant.hs
index 072aa3be3..6b155a4a6 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -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