started servant implementation of HTTP P2P protocol

This commit is contained in:
Joey Hess 2024-07-07 12:08:10 -04:00
parent fe0be28f68
commit 86ce3bf1e4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
9 changed files with 199 additions and 2 deletions

View file

@ -52,6 +52,11 @@ buildFlags = filter (not . null)
#ifdef WITH_MAGICMIME
, "MagicMime"
#endif
#ifdef WITH_SERVANT
, "Servant"
#else
#warning Building without servant, no git-annex p2phttp.
#endif
#ifdef WITH_BENCHMARK
, "Benchmark"
#endif