mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
parent
f6bf403f1e
commit
8ccb3d4e1b
@ -30,7 +30,8 @@ XXSRCS = apitest.c test.c \
|
|||||||
charray.c os-local.c dnssrv.c utf-8.c utf-8-conv.c \
|
charray.c os-local.c dnssrv.c utf-8.c utf-8-conv.c \
|
||||||
tls2.c tls_o.c tls_g.c tls_m.c \
|
tls2.c tls_o.c tls_g.c tls_m.c \
|
||||||
turn.c ppolicy.c dds.c txn.c ldap_sync.c stctrl.c \
|
turn.c ppolicy.c dds.c txn.c ldap_sync.c stctrl.c \
|
||||||
assertion.c deref.c ldifutil.c ldif.c fetch.c lbase64.c
|
assertion.c deref.c ldifutil.c ldif.c fetch.c lbase64.c \
|
||||||
|
msctrl.c
|
||||||
SRCS = threads.c rdwr.c tpool.c rq.c \
|
SRCS = threads.c rdwr.c tpool.c rq.c \
|
||||||
thr_posix.c thr_thr.c thr_nt.c \
|
thr_posix.c thr_thr.c thr_nt.c \
|
||||||
thr_pth.c thr_stub.c thr_debug.c
|
thr_pth.c thr_stub.c thr_debug.c
|
||||||
@ -48,7 +49,8 @@ OBJS = threads.lo rdwr.lo tpool.lo rq.lo \
|
|||||||
charray.lo os-local.lo dnssrv.lo utf-8.lo utf-8-conv.lo \
|
charray.lo os-local.lo dnssrv.lo utf-8.lo utf-8-conv.lo \
|
||||||
tls2.lo tls_o.lo tls_g.lo tls_m.lo \
|
tls2.lo tls_o.lo tls_g.lo tls_m.lo \
|
||||||
turn.lo ppolicy.lo dds.lo txn.lo ldap_sync.lo stctrl.lo \
|
turn.lo ppolicy.lo dds.lo txn.lo ldap_sync.lo stctrl.lo \
|
||||||
assertion.lo deref.lo ldifutil.lo ldif.lo fetch.lo lbase64.lo
|
assertion.lo deref.lo ldifutil.lo ldif.lo fetch.lo lbase64.lo \
|
||||||
|
msctrl.lo
|
||||||
|
|
||||||
LDAP_INCDIR= ../../include
|
LDAP_INCDIR= ../../include
|
||||||
LDAP_LIBDIR= ../../libraries
|
LDAP_LIBDIR= ../../libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user