libhttpd.json 405 B

12345678910111213141516171819202122232425262728
  1. {
  2. "libhttpd": {
  3. "Include": [
  4. "../lib.json"
  5. ],
  6. "Install": "/$ARCH/lib/",
  7. "Library": "libhttpd.a",
  8. "SourceFiles": [
  9. "alloc.c",
  10. "checkcontent.c",
  11. "date.c",
  12. "fail.c",
  13. "gethead.c",
  14. "hio.c",
  15. "httpfmt.c",
  16. "httpunesc.c",
  17. "lower.c",
  18. "okheaders.c",
  19. "parse.c",
  20. "parsereq.c",
  21. "query.c",
  22. "redirected.c",
  23. "unallowed.c",
  24. "urlfmt.c",
  25. "urlunesc.c"
  26. ]
  27. }
  28. }