diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-03 12:10:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-03 12:10:01 -0400 |
commit | 3a456e16a86b7e8415180eb3cf263a088b753022 (patch) | |
tree | db4f7c59b325443636c51554953814789f796e09 /Makefile | |
parent | 14fa5be33c1641e3212c45c7810e460b667f59b6 (diff) |
switch to new URI version by default, -DWITH_OLD_URI for old
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ BASEFLAGS=-Wall -outputdir $(GIT_ANNEX_TMP_BUILD_DIR) -IUtility # you can turn off some of these features. # # If you're using an old version of yesod, enable -DWITH_OLD_YESOD +# Or with an old version of the uri library, enable -DWITH_OLD_URI FEATURES?=$(GIT_ANNEX_LOCAL_FEATURES) -DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_PAIRING -DWITH_XMPP -DWITH_DNS bins=git-annex |