diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-26 09:15:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-26 09:15:47 -0400 |
commit | 41fcb3d852d756ed218f3458af1ff9c7ae6d0e1d (patch) | |
tree | 8696e46240610e4bdab657d38b6209cf50914982 /Makefile | |
parent | 6168795c1a92c509bbd16e29717d9a02afe8414c (diff) |
Version build dependency on STM, and allow building without it, which disables the watch command.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |