fix build without S3

This commit is contained in:
Joey Hess 2017-09-29 20:56:14 -04:00
parent f403c23bc6
commit 0a34ad1a54
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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