started servant implementation of HTTP P2P protocol
This commit is contained in:
parent
fe0be28f68
commit
86ce3bf1e4
9 changed files with 199 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue