Makefile.in 1.14 KB
Newer Older
1 2 3 4
EXTLIB    = libldap.a
EXTRAINCL = -I$(srcdir)/include
EXTRADEFS = -D_TIMEVAL_DEFINED

5
SOURCES = \
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
	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