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