From: Pierangelo Masarati Date: Tue, 16 Mar 2004 18:02:38 +0000 (+0000) Subject: fix file name X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~272 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9fae6c9427f3364ff61c935b4eb96aaf6acf1cb;p=openldap fix file name --- diff --git a/libraries/libldap_r/Makefile.in b/libraries/libldap_r/Makefile.in index 7cb84a79f3..1eb198cdfb 100644 --- a/libraries/libldap_r/Makefile.in +++ b/libraries/libldap_r/Makefile.in @@ -28,7 +28,7 @@ XXSRCS = apitest.c test.c \ request.c os-ip.c url.c sortctrl.c vlvctrl.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 \ - groupings.c txn.c ppcontrol.c + groupings.c txn.c ppolicy.c SRCS = threads.c rdwr.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 @@ -44,7 +44,7 @@ OBJS = threads.lo rdwr.lo tpool.lo rq.lo \ request.lo os-ip.lo url.lo sortctrl.lo vlvctrl.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 \ - groupings.lo txn.lo ppcontrol.lo + groupings.lo txn.lo ppolicy.lo LDAP_INCDIR= ../../include LDAP_LIBDIR= ../../libraries