]> git.sur5r.net Git - openldap/commitdiff
Fix up makefiles after removal of getdxname.c
authorKurt Zeilenga <kurt@openldap.org>
Mon, 5 Jun 2000 07:48:57 +0000 (07:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 5 Jun 2000 07:48:57 +0000 (07:48 +0000)
libraries/libldap/Makefile.in
libraries/libldap_r/Makefile.in

index 59f3b41a36a006f1a5b8ce2c1b1bc28571aadf60..56bc4cb4e20354fd4d12ac8892f59ad7e69c7c35 100644 (file)
@@ -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
index e1dc54a7ba8a7f10bab8ada3f8fd824ed9d8aff8..1738eb230ac75ef07c8da33d6b08c1e14b7165c2 100644 (file)
@@ -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 \