summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 20:56:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 20:56:14 -0400
commitf459745751685e39a882ee323d65519f3ec290fe (patch)
treea121e6b94de15e26efe01c35c7d48cdf641b9996 /git-annex.cabal
parenta95a32c60d352e253b808c2b6c7cbbbc2ce9123b (diff)
fix build without S3
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 09932605d..94781c35e 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -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