build fix for non-webapp enabled build

This commit is contained in:
Joey Hess 2012-09-23 11:48:09 -04:00
parent 4a324eebc9
commit bcf8a679b4

View file

@ -174,7 +174,9 @@ startAssistant assistant daemonize webappwaiter = withThreadState $ \st -> do
transferqueue <- newTransferQueue
transferslots <- newTransferSlots
scanremotes <- newScanRemoteMap
#ifdef WITH_WEBAPP
urlrenderer <- newUrlRenderer
#endif
mapM_ (startthread dstatus)
[ watch $ commitThread st changechan commitchan transferqueue dstatus
#ifdef WITH_WEBAPP