summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-04-14 14:22:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-04-14 14:22:33 -0400
commit626697b459669d934da6339117f6f4abfce16f38 (patch)
tree00b7a7b2bdac27ea572501d8f3b04d612929c4a9 /Makefile
parent1ca41044e8fab2b2e859a482e2293582c04db81f (diff)
cabal file now autodetects whether S3 support is available.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb30a3833..87aa8c076 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX=/usr
IGNORE=-ignore-package monads-fd
-BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility
+BASEFLAGS=-Wall $(IGNORE) -outputdir tmp -IUtility -cpp -DWITH_S3
GHCFLAGS=-O2 $(BASEFLAGS)
ifdef PROFILE