summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-12 05:48:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-12 05:51:34 -0400
commitc1d039e90542be51402b61db92ce52725bae19ad (patch)
tree5f9d4374917544df0db219de948984687cd19301 /git-annex.cabal
parentb7e2169d6d93440e2d50581d2a373db121e9b34c (diff)
got hdevtools working on the git-annex source tree
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index e113164fb..18154c4d4 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -77,6 +77,7 @@ Executable git-annex
C-Sources: Utility/libdiskfree.c Utility/libmounts.c
CC-Options: -Wall
GHC-Options: -threaded -Wall
+ CPP-Options: -DWITH_CLIBS
if flag(Production)
GHC-Options: -O2