From: Pierangelo Masarati Date: Tue, 20 Apr 2010 05:47:09 +0000 (+0000) Subject: more about ITS#6194 X-Git-Tag: MIGRATION_CVS2GIT~609 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6cee32cb28f8de84637072451f9d25a9d9ca7835;p=openldap more about ITS#6194 --- diff --git a/libraries/libldap_r/Makefile.in b/libraries/libldap_r/Makefile.in index 1fc166d48d..3d4f1db602 100644 --- a/libraries/libldap_r/Makefile.in +++ b/libraries/libldap_r/Makefile.in @@ -30,7 +30,7 @@ XXSRCS = apitest.c test.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 \ turn.c ppolicy.c dds.c txn.c ldap_sync.c stctrl.c \ - assertion.c deref.c + assertion.c deref.c ldifutil.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 @@ -48,7 +48,7 @@ OBJS = threads.lo rdwr.lo rmutex.lo tpool.lo rq.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 \ turn.lo ppolicy.lo dds.lo txn.lo ldap_sync.lo stctrl.lo \ - assertion.lo deref.lo + assertion.lo deref.lo ldifutil.lo LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries