move byteable to main dep list

Only the webapp had pulled it in, but the authtoken code uses it now.
This commit is contained in:
Joey Hess 2016-12-08 16:31:08 -04:00
parent 2ad06ded7e
commit d8f1a0d95c
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -370,6 +370,7 @@ Executable git-annex
feed, feed,
regex-tdfa, regex-tdfa,
socks, socks,
byteable,
securemem securemem
CC-Options: -Wall CC-Options: -Wall
GHC-Options: -Wall -fno-warn-tabs GHC-Options: -Wall -fno-warn-tabs
@ -473,8 +474,7 @@ Executable git-annex
crypto-api, crypto-api,
clientsession, clientsession,
template-haskell, template-haskell,
shakespeare (>= 2.0.0), shakespeare (>= 2.0.0)
byteable
CPP-Options: -DWITH_WEBAPP CPP-Options: -DWITH_WEBAPP
if flag(Pairing) if flag(Pairing)