diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-12 05:48:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-12 05:51:34 -0400 |
commit | c1d039e90542be51402b61db92ce52725bae19ad (patch) | |
tree | 5f9d4374917544df0db219de948984687cd19301 /Assistant.hs | |
parent | b7e2169d6d93440e2d50581d2a373db121e9b34c (diff) |
got hdevtools working on the git-annex source tree
Diffstat (limited to 'Assistant.hs')
-rw-r--r-- | Assistant.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Assistant.hs b/Assistant.hs index 63a5dafae..98e156175 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -133,7 +133,9 @@ import Assistant.Threads.Merger import Assistant.Threads.TransferWatcher import Assistant.Threads.Transferrer import Assistant.Threads.SanityChecker +#ifdef WITH_CLIBS import Assistant.Threads.MountWatcher +#endif import Assistant.Threads.NetWatcher import Assistant.Threads.TransferScanner import Assistant.Threads.TransferPoller @@ -219,7 +221,9 @@ startDaemon assistant foreground startbrowser = do , assist $ daemonStatusThread , assist $ sanityCheckerDailyThread , assist $ sanityCheckerHourlyThread +#ifdef WITH_CLIBS , assist $ mountWatcherThread +#endif , assist $ netWatcherThread , assist $ netWatcherFallbackThread , assist $ transferScannerThread |