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