From 552825ce6937398148b8804aa9f2f77049df3335 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Tue, 25 Nov 2008 06:58:43 +0000 Subject: [PATCH] ITS#5768 --- CHANGES | 1 + libraries/libldap_r/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 7d5f54cbc1..eea5eddaf7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ OpenLDAP 2.4 Change Log OpenLDAP 2.4.14 Engineering + Fixed libldap_r deref building (ITS#5768) OpenLDAP 2.4.13 Release (2008/11/24) Added libldap dereference control support (ITS#5768) diff --git a/libraries/libldap_r/Makefile.in b/libraries/libldap_r/Makefile.in index 0d6cf22efe..5b35b8a455 100644 --- a/libraries/libldap_r/Makefile.in +++ b/libraries/libldap_r/Makefile.in @@ -29,7 +29,7 @@ XXSRCS = apitest.c test.c \ init.c options.c print.c string.c util-int.c schema.c \ charray.c tls.c os-local.c dnssrv.c utf-8.c utf-8-conv.c \ turn.c ppolicy.c dds.c txn.c ldap_sync.c stctrl.c \ - assertion.c + assertion.c deref.c SRCS = threads.c rdwr.c rmutex.c tpool.c rq.c \ thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c thr_nt.c \ thr_pth.c thr_stub.c thr_debug.c @@ -46,7 +46,7 @@ OBJS = threads.lo rdwr.lo rmutex.lo tpool.lo rq.lo \ init.lo options.lo print.lo string.lo util-int.lo schema.lo \ charray.lo tls.lo os-local.lo dnssrv.lo utf-8.lo utf-8-conv.lo \ turn.lo ppolicy.lo dds.lo txn.lo ldap_sync.lo stctrl.lo \ - assertion.lo + assertion.lo deref.lo LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries -- GitLab