From 11ee39eaa1697bcf2ca6f3467739bc6a581a6dce Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 22 Feb 2013 16:08:03 +0100 Subject: git-annex.cabal: specify '-DWITH_GLOB' in cpp-options, not ghc-options --- git-annex.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index b588a1321..d62f0a40d 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -132,7 +132,8 @@ Test-Suite test Include-Dirs: Utility C-Sources: Utility/libdiskfree.c Extensions: CPP - GHC-Options: -threaded -DWITH_GLOB + GHC-Options: -threaded + CPP-Options: -DWITH_GLOB source-repository head type: git -- cgit v1.2.3