include libkqueue in C-Sources for !linux
This commit is contained in:
parent
b3df6b1736
commit
46ef078b93
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue