fix build without XMPP

not sure if I'll keep bothering with this option
This commit is contained in:
Joey Hess 2012-11-12 01:48:15 -04:00
parent a1d58959e4
commit 8fd78f45a2
3 changed files with 15 additions and 14 deletions

View file

@ -124,7 +124,6 @@ cmds = concat
#ifdef WITH_ASSISTANT
, Command.Watch.def
, Command.Assistant.def
, Command.XMPPGit.def
#ifdef WITH_WEBAPP
, Command.WebApp.def
#endif