NetManager is only currently used with dbus

This commit is contained in:
Joey Hess 2012-11-07 14:53:09 -04:00
parent 3af1984ed2
commit b8585a9452

View file

@ -12,7 +12,6 @@ module Assistant.Threads.NetWatcher where
import Assistant.Common
import Assistant.Sync
import Assistant.NetMessager
import Utility.ThreadScheduler
import Remote.List
import qualified Types.Remote as Remote
@ -22,6 +21,7 @@ import Utility.DBus
import DBus.Client
import DBus
import Data.Word (Word32)
import Assistant.NetMessager
#else
#warning Building without dbus support; will poll for network connection changes
#endif