libventi.json 541 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "libventi": {
  3. "Include": [
  4. "../lib.json"
  5. ],
  6. "Install": "/$ARCH/lib/",
  7. "Library": "libventi.a",
  8. "SourceFiles": [
  9. "cache.c",
  10. "client.c",
  11. "conn.c",
  12. "dial.c",
  13. "debug.c",
  14. "dtype.c",
  15. "entry.c",
  16. "fcall.c",
  17. "fcallfmt.c",
  18. "file.c",
  19. "hangup.c",
  20. "log.c",
  21. "mem.c",
  22. "packet.c",
  23. "parsescore.c",
  24. "queue.c",
  25. "root.c",
  26. "rpc.c",
  27. "scorefmt.c",
  28. "send.c",
  29. "server.c",
  30. "srvhello.c",
  31. "strdup.c",
  32. "string.c",
  33. "time.c",
  34. "version.c",
  35. "zero.c",
  36. "zeroscore.c"
  37. ]
  38. }
  39. }