libndb.json 446 B

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