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:
parent
2ad06ded7e
commit
d8f1a0d95c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue