diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-06 13:19:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-06 13:19:41 -0400 |
commit | 46ef078b93f77d3e9057fef2fca0ea7fd04ed26c (patch) | |
tree | 94dd5532b7ace2c7fa326f5806eea3a056d1148c /git-annex.cabal | |
parent | b3df6b1736062ae4cd3c3049841ac28eaed56dc7 (diff) |
include libkqueue in C-Sources for !linux
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index e739da0d1..dbe180657 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120825 +Version: 3.20120826 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess <joey@kitenet.net> @@ -51,6 +51,8 @@ Executable git-annex Other-Modules: Utility.Touch Utility.Mounts Include-Dirs: Utility C-Sources: Utility/libdiskfree.c Utility/libmounts.c + if (! os(linux)) + C-Sources: Utility/libkqueue.c Extensions: CPP GHC-Options: -threaded |