Allow optionally configuring git-annex with -fEKG to enable awesome remote monitoring interfaceat http://localhost:4242/

This commit is contained in:
Joey Hess 2013-11-06 16:33:45 -04:00
parent 77e3f36b92
commit 691850ca39
7 changed files with 48 additions and 2 deletions

View file

@ -59,5 +59,8 @@ buildFlags = filter (not . null)
#endif
#ifdef WITH_CRYPTOHASH
, "CryptoHash"
#endif
#ifdef WITH_EKG
, "EKG"
#endif
]