enable remotedaemon when assistant is not enabled
Needed to serve tor hidden services.
This commit is contained in:
parent
53b6d9057c
commit
87b325de71
1 changed files with 2 additions and 2 deletions
|
@ -101,6 +101,7 @@ import qualified Command.DiffDriver
|
||||||
import qualified Command.Smudge
|
import qualified Command.Smudge
|
||||||
import qualified Command.Undo
|
import qualified Command.Undo
|
||||||
import qualified Command.Version
|
import qualified Command.Version
|
||||||
|
import qualified Command.RemoteDaemon
|
||||||
#ifdef WITH_ASSISTANT
|
#ifdef WITH_ASSISTANT
|
||||||
import qualified Command.Watch
|
import qualified Command.Watch
|
||||||
import qualified Command.Assistant
|
import qualified Command.Assistant
|
||||||
|
@ -110,7 +111,6 @@ import qualified Command.WebApp
|
||||||
#ifdef WITH_XMPP
|
#ifdef WITH_XMPP
|
||||||
import qualified Command.XMPPGit
|
import qualified Command.XMPPGit
|
||||||
#endif
|
#endif
|
||||||
import qualified Command.RemoteDaemon
|
|
||||||
#endif
|
#endif
|
||||||
import qualified Command.Test
|
import qualified Command.Test
|
||||||
#ifdef WITH_TESTSUITE
|
#ifdef WITH_TESTSUITE
|
||||||
|
@ -209,6 +209,7 @@ cmds testoptparser testrunner =
|
||||||
, Command.Smudge.cmd
|
, Command.Smudge.cmd
|
||||||
, Command.Undo.cmd
|
, Command.Undo.cmd
|
||||||
, Command.Version.cmd
|
, Command.Version.cmd
|
||||||
|
, Command.RemoteDaemon.cmd
|
||||||
#ifdef WITH_ASSISTANT
|
#ifdef WITH_ASSISTANT
|
||||||
, Command.Watch.cmd
|
, Command.Watch.cmd
|
||||||
, Command.Assistant.cmd
|
, Command.Assistant.cmd
|
||||||
|
@ -218,7 +219,6 @@ cmds testoptparser testrunner =
|
||||||
#ifdef WITH_XMPP
|
#ifdef WITH_XMPP
|
||||||
, Command.XMPPGit.cmd
|
, Command.XMPPGit.cmd
|
||||||
#endif
|
#endif
|
||||||
, Command.RemoteDaemon.cmd
|
|
||||||
#endif
|
#endif
|
||||||
, Command.Test.cmd testoptparser testrunner
|
, Command.Test.cmd testoptparser testrunner
|
||||||
#ifdef WITH_TESTSUITE
|
#ifdef WITH_TESTSUITE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue