aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar stolz <unknown>2003-01-17 17:01:14 +0000
committerGravatar stolz <unknown>2003-01-17 17:01:14 +0000
commitc1d6305e651ae09a8d5d15ca025d1050700d2e16 (patch)
tree37edad3dee0a62b0e0875e556b4ab7f945fc03ea /Makefile
parent8ebecebbae8ae729f146c67b1632af0c2d1bdaf8 (diff)
[project @ 2003-01-17 17:01:14 by stolz]
- Add sendfile-API for pumping out data via sendfile(2) Currently supported are Linux (tested) & FreeBSD (not tested yet), others will throw a runtime error until I get around to implement a fallback.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b997a0d..5f59511 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PACKAGE = unix
PACKAGE_DEPS = base
SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (unix package)"
-SRC_HSC2HS_OPTS += -Iinclude
+SRC_HSC2HS_OPTS += -Iinclude -I../../mk/
SRC_HC_OPTS += -Iinclude
include $(TOP)/mk/target.mk