libhttpd.json 384 B

123456789101112131415161718192021222324252627
  1. {
  2. "Include": [
  3. "../lib.json"
  4. ],
  5. "Install": "/$ARCH/lib/",
  6. "Library": "libhttpd.a",
  7. "Name": "libhttpd",
  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. }