libauth.json 413 B

1234567891011121314151617181920212223242526
  1. {
  2. "Include": [
  3. "../lib.json"
  4. ],
  5. "Install": "/$ARCH/lib/",
  6. "Library": "libauth.a",
  7. "Name": "libauth",
  8. "SourceFiles": [
  9. "amount.c",
  10. "amount_getkey.c",
  11. "attr.c",
  12. "auth_attr.c",
  13. "auth_challenge.c",
  14. "auth_chuid.c",
  15. "auth_getkey.c",
  16. "auth_getuserpasswd.c",
  17. "auth_proxy.c",
  18. "auth_respond.c",
  19. "auth_rpc.c",
  20. "auth_userpasswd.c",
  21. "auth_wep.c",
  22. "login.c",
  23. "newns.c",
  24. "noworld.c"
  25. ]
  26. }