libndb.json 469 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "libndb": {
  3. "Include": [
  4. "../lib.json"
  5. ],
  6. "Install": "/$ARCH/lib/",
  7. "Library": "libndb.a",
  8. "SourceFiles": [
  9. "csgetval.c",
  10. "csipinfo.c",
  11. "dnsquery.c",
  12. "ipattr.c",
  13. "ndbaux.c",
  14. "ndbcache.c",
  15. "ndbcat.c",
  16. "ndbconcatenate.c",
  17. "ndbdiscard.c",
  18. "ndbfree.c",
  19. "ndbgetipaddr.c",
  20. "ndbgetval.c",
  21. "ndbhash.c",
  22. "ndbipinfo.c",
  23. "ndblookval.c",
  24. "ndbopen.c",
  25. "ndbparse.c",
  26. "ndbreorder.c",
  27. "ndbsubstitute.c"
  28. ]
  29. }
  30. }