2022-09-16 12:37:23 +00:00
|
|
|
EXTLIB = libldap.a
|
|
|
|
EXTRAINCL = -I$(srcdir)/include
|
|
|
|
EXTRADEFS = -D_TIMEVAL_DEFINED
|
|
|
|
|
2023-11-01 07:37:19 +00:00
|
|
|
SOURCES = \
|
2022-09-16 12:37:23 +00:00
|
|
|
liblber/bprint.c \
|
|
|
|
liblber/decode.c \
|
|
|
|
liblber/encode.c \
|
|
|
|
liblber/io.c \
|
|
|
|
liblber/memory.c \
|
|
|
|
liblber/nt_err.c \
|
|
|
|
liblber/options.c \
|
|
|
|
liblber/sockbuf.c \
|
|
|
|
libldap/abandon.c \
|
|
|
|
libldap/add.c \
|
|
|
|
libldap/avl.c \
|
|
|
|
libldap/bind.c \
|
|
|
|
libldap/charray.c \
|
|
|
|
libldap/compare.c \
|
|
|
|
libldap/controls.c \
|
|
|
|
libldap/cyrus.c \
|
|
|
|
libldap/delete.c \
|
|
|
|
libldap/error.c \
|
|
|
|
libldap/extended.c \
|
|
|
|
libldap/fetch.c \
|
|
|
|
libldap/filter.c \
|
|
|
|
libldap/free.c \
|
|
|
|
libldap/getattr.c \
|
|
|
|
libldap/getdn.c \
|
|
|
|
libldap/getentry.c \
|
|
|
|
libldap/getvalues.c \
|
|
|
|
libldap/init.c \
|
|
|
|
libldap/lbase64.c \
|
|
|
|
libldap/ldif.c \
|
|
|
|
libldap/modify.c \
|
|
|
|
libldap/modrdn.c \
|
|
|
|
libldap/open.c \
|
|
|
|
libldap/options.c \
|
|
|
|
libldap/os-ip.c \
|
|
|
|
libldap/pagectrl.c \
|
|
|
|
libldap/print.c \
|
|
|
|
libldap/references.c \
|
|
|
|
libldap/request.c \
|
|
|
|
libldap/result.c \
|
|
|
|
libldap/sasl.c \
|
|
|
|
libldap/sasl_w.c \
|
|
|
|
libldap/schema.c \
|
|
|
|
libldap/search.c \
|
|
|
|
libldap/sortctrl.c \
|
|
|
|
libldap/string.c \
|
|
|
|
libldap/tavl.c \
|
|
|
|
libldap/thr_nt.c \
|
|
|
|
libldap/tls2.c \
|
|
|
|
libldap/tls_w.c \
|
|
|
|
libldap/unbind.c \
|
|
|
|
libldap/url.c \
|
|
|
|
libldap/utf-8.c \
|
|
|
|
libldap/util-int.c \
|
|
|
|
libldap/vlvctrl.c
|