From 91567ab8f6fae75d1590bfd05567e84157887c4b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 17 Jun 2012 17:15:56 -0400 Subject: make inotify a build flag etc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 023ea5d5e..6d36e8b8b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX=/usr IGNORE=-ignore-package monads-fd -ignore-package monads-tf -BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3 +BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3 -DWITH_INOTIFY GHCFLAGS=-O2 $(BASEFLAGS) ifdef PROFILE -- cgit v1.2.3