summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-26 19:22:16 +0000
committerGravatar Joey Hess <joey@kitenet.net>2013-11-26 19:22:16 +0000
commit4a935863df17cf0f13978a1c0041914e7b6b5efa (patch)
treed34b42144b73a758b3cfcdb5d66831be827a9590 /Makefile
parent8e430254e2e5705d3b18646b4615dee963355097 (diff)
enable XMPP on android
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 533ceca25..5651bdd05 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ osxapp: Build/Standalone Build/OSXMkLibs
rm -f tmp/git-annex.dmg.bz2
bzip2 --fast < tmp/git-annex.dmg > tmp/git-annex.dmg.bz2
-ANDROID_FLAGS?=-f-XMPP
+ANDROID_FLAGS?=
# Cross compile for Android.
# Uses https://github.com/neurocyte/ghc-android
android: Build/EvilSplicer