fix build without S3
This commit is contained in:
parent
f403c23bc6
commit
0a34ad1a54
1 changed files with 1 additions and 1 deletions
|
@ -399,6 +399,7 @@ Executable git-annex
|
|||
if flag(S3)
|
||||
Build-Depends: conduit, conduit-extra, aws (>= 0.9.2)
|
||||
CPP-Options: -DWITH_S3
|
||||
Other-Modules: Remote.S3
|
||||
|
||||
if flag(WebDAV)
|
||||
Build-Depends: DAV (>= 1.0)
|
||||
|
@ -919,7 +920,6 @@ Executable git-annex
|
|||
Remote.P2P
|
||||
Remote.Rsync
|
||||
Remote.Rsync.RsyncUrl
|
||||
Remote.S3
|
||||
Remote.Tahoe
|
||||
Remote.Web
|
||||
Remote.WebDAV
|
||||
|
|
Loading…
Reference in a new issue