add includes to cabal
This commit is contained in:
parent
24ba7c4296
commit
75dc8230e1
1 changed files with 2 additions and 0 deletions
|
@ -423,6 +423,7 @@ Executable git-annex
|
||||||
if (! os(solaris) && ! os(linux))
|
if (! os(solaris) && ! os(linux))
|
||||||
CPP-Options: -DWITH_KQUEUE
|
CPP-Options: -DWITH_KQUEUE
|
||||||
C-Sources: Utility/libkqueue.c
|
C-Sources: Utility/libkqueue.c
|
||||||
|
Includes: Utility/libkqueue.h
|
||||||
Other-Modules: Utility.DirWatcher.Kqueue
|
Other-Modules: Utility.DirWatcher.Kqueue
|
||||||
|
|
||||||
if flag(Dbus)
|
if flag(Dbus)
|
||||||
|
@ -1062,6 +1063,7 @@ Executable git-annex
|
||||||
Utility.LockPool.Windows
|
Utility.LockPool.Windows
|
||||||
Utility.WinProcess
|
Utility.WinProcess
|
||||||
C-Sources: Utility/winprocess.c
|
C-Sources: Utility/winprocess.c
|
||||||
|
Includes: Utility/winprocess.h
|
||||||
else
|
else
|
||||||
Other-Modules:
|
Other-Modules:
|
||||||
Utility.LockFile.Posix
|
Utility.LockFile.Posix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue