]> git.sur5r.net Git - openldap/commitdiff
fix file name
authorPierangelo Masarati <ando@openldap.org>
Tue, 16 Mar 2004 18:02:38 +0000 (18:02 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 16 Mar 2004 18:02:38 +0000 (18:02 +0000)
libraries/libldap_r/Makefile.in

index 7cb84a79f3ca038585f3ebf4bfb0f3f1c5df5429..1eb198cdfbb8398d9a8b84caad8ca07266006247 100644 (file)
@@ -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