From 2d172abd2411cfbd592a97ce989950c018fa07e9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 8 Jan 2014 16:14:37 -0400 Subject: Added tahoe special remote. Known problems: 1. Tries to tahoe start when daemon is already running. 2. If multiple tahoe remotes are set up on the same computer, they will have the same node.url configured by default, and this confuses tahoe commands. This commit was sponsored by LeastAuthority.com --- git-annex.cabal | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 6c6fb1f31..81afb5a48 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -75,6 +75,9 @@ Flag Feed Flag Quvi Description: Enable use of quvi to download videos +Flag Tahoe + Description: Enable the tahoe special remote + Flag CryptoHash Description: Enable use of cryptohash for checksumming @@ -192,6 +195,10 @@ Executable git-annex if flag(Quvi) Build-Depends: aeson CPP-Options: -DWITH_QUVI + + if flag(Tahoe) + Build-Depends: aeson + CPP-Options: -DWITH_TAHOE if flag(EKG) Build-Depends: ekg -- cgit v1.2.3