summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-26 09:15:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-26 09:15:47 -0400
commit41fcb3d852d756ed218f3458af1ff9c7ae6d0e1d (patch)
tree8696e46240610e4bdab657d38b6209cf50914982 /Makefile
parent6168795c1a92c509bbd16e29717d9a02afe8414c (diff)
Version build dependency on STM, and allow building without it, which disables the watch command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73fbc4140..4d5628746 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ endif
PREFIX=/usr
IGNORE=-ignore-package monads-fd -ignore-package monads-tf
-BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_S3 $(BASEFLAGS_OPTS)
+BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -DWITH_ASSISTANT -DWITH_S3 $(BASEFLAGS_OPTS)
GHCFLAGS=-O2 $(BASEFLAGS)
CFLAGS=-Wall