The Makefile now builds with the new yesod by default.

Systems like Debian that have the old yesod 1.0.1 should set
GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD
This commit is contained in:
Joey Hess 2012-09-28 15:57:55 -04:00
parent 9ae50fc398
commit 1117583087
3 changed files with 9 additions and 1 deletions

3
debian/rules vendored
View file

@ -1,4 +1,7 @@
#!/usr/bin/make -f
export GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD
%:
dh $@