From: Kurt Zeilenga Date: Mon, 5 Jun 2000 07:48:57 +0000 (+0000) Subject: Fix up makefiles after removal of getdxname.c X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2755 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=921d24cf3a83578853373530593bbd32c95aab80;p=openldap Fix up makefiles after removal of getdxname.c --- diff --git a/libraries/libldap/Makefile.in b/libraries/libldap/Makefile.in index 59f3b41a36..56bc4cb4e2 100644 --- a/libraries/libldap/Makefile.in +++ b/libraries/libldap/Makefile.in @@ -15,7 +15,7 @@ SRCS = bind.c open.c result.c error.c compare.c search.c \ getfilter.c sasl.c sbind.c kbind.c unbind.c friendly.c cldap.c \ free.c disptmpl.c srchpref.c dsparse.c tmplout.c sort.c \ getdn.c getentry.c getattr.c getvalues.c addentry.c \ - request.c getdxbyname.c os-ip.c url.c charset.c \ + request.c os-ip.c url.c charset.c \ init.c options.c print.c string.c util-int.c schema.c \ charray.c digest.c tls.c dn.c os-local.c dnssrv.c \ utf-8.c @@ -25,7 +25,7 @@ OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \ getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo friendly.lo cldap.lo \ free.lo disptmpl.lo srchpref.lo dsparse.lo tmplout.lo sort.lo \ getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \ - request.lo getdxbyname.lo os-ip.lo url.lo charset.lo \ + request.lo os-ip.lo url.lo charset.lo \ init.lo options.lo print.lo string.lo util-int.lo schema.lo \ charray.lo digest.lo tls.lo dn.lo os-local.lo dnssrv.lo \ utf-8.lo diff --git a/libraries/libldap_r/Makefile.in b/libraries/libldap_r/Makefile.in index e1dc54a7ba..1738eb230a 100644 --- a/libraries/libldap_r/Makefile.in +++ b/libraries/libldap_r/Makefile.in @@ -16,7 +16,7 @@ XXSRCS = apitest.c test.c tmpltest.c extended.c \ getfilter.c sasl.c sbind.c kbind.c unbind.c friendly.c cldap.c \ free.c disptmpl.c srchpref.c dsparse.c tmplout.c sort.c \ getdn.c getentry.c getattr.c getvalues.c addentry.c \ - request.c getdxbyname.c os-ip.c url.c charset.c \ + request.c os-ip.c url.c charset.c \ init.c options.c print.c string.c util-int.c schema.c \ charray.c digest.c tls.c dn.c os-local.c dnssrv.c \ utf-8.c @@ -28,7 +28,7 @@ OBJS = extended.lo \ getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo friendly.lo cldap.lo \ free.lo disptmpl.lo srchpref.lo dsparse.lo tmplout.lo sort.lo \ getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \ - request.lo getdxbyname.lo os-ip.lo url.lo charset.lo \ + request.lo os-ip.lo url.lo charset.lo \ init.lo options.lo print.lo string.lo util-int.lo schema.lo \ thr_posix.lo thr_cthreads.lo thr_thr.lo thr_lwp.lo thr_nt.lo \ thr_pth.lo thr_sleep.lo thr_stub.lo rdwr.lo \