From f459745751685e39a882ee323d65519f3ec290fe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 Sep 2017 20:56:14 -0400 Subject: fix build without S3 --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3