ya.make 457 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(
  4. Bsd-Original-Uc-1986 AND
  5. OLDAP-2.8
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. ADDINCL(
  9. contrib/libs/openldap/include
  10. )
  11. NO_COMPILER_WARNINGS()
  12. NO_RUNTIME()
  13. CFLAGS(
  14. -DLBER_LIBRARY
  15. -DLDAPI_SOCK=\"/run/openldap/ldapi\"
  16. )
  17. SRCS(
  18. assert.c
  19. bprint.c
  20. debug.c
  21. decode.c
  22. encode.c
  23. io.c
  24. memory.c
  25. options.c
  26. sockbuf.c
  27. stdio.c
  28. version.c
  29. )
  30. END()