From c1d6305e651ae09a8d5d15ca025d1050700d2e16 Mon Sep 17 00:00:00 2001 From: stolz Date: Fri, 17 Jan 2003 17:01:14 +0000 Subject: [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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3