From 76da8881d26ef6328190df77e0c8b23b2c99cf08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julio=20S=C3=A1nchez=20Fern=C3=A1ndez?= Date: Fri, 28 May 1999 14:25:14 +0000 Subject: [PATCH] Change to be in line with libldap, i.e. add schema --- libraries/libldap_r/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/libldap_r/Makefile.in b/libraries/libldap_r/Makefile.in index 9b61cfaee1..8f36557038 100644 --- a/libraries/libldap_r/Makefile.in +++ b/libraries/libldap_r/Makefile.in @@ -14,7 +14,7 @@ XXSRCS = apitest.c test.c tmpltest.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 \ - init.c options.c print.c string.c util-int.c + init.c options.c print.c string.c util-int.c schema.c SRCS = thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c thr_nt.c \ thr_sleep.c thr_stub.c rdwr.c OBJS = bind.lo controls.lo open.lo result.lo error.lo compare.lo search.lo \ @@ -23,7 +23,7 @@ OBJS = bind.lo controls.lo open.lo result.lo error.lo compare.lo search.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 \ - init.lo options.lo print.lo string.lo util-int.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_sleep.lo thr_stub.lo rdwr.lo -- 2.39.5