summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-17 17:15:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-17 17:15:56 -0400
commit91567ab8f6fae75d1590bfd05567e84157887c4b (patch)
tree07e31acc9b6c97f2e20f78ec70b47cb07c8729f3 /Makefile
parentbf3339e5b7c26cd24acefdf7c33059433195e1f6 (diff)
make inotify a build flag etc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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