From: Pierangelo Masarati Date: Mon, 25 Sep 2006 23:44:50 +0000 (+0000) Subject: not sure, but I believe back-hdb needs monitor.c as well... X-Git-Tag: OPENLDAP_REL_ENG_2_3_MP~97 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3133b0a70480216ff023a39ac5c3f63e16024b35;p=openldap not sure, but I believe back-hdb needs monitor.c as well... --- diff --git a/servers/slapd/back-hdb/Makefile.in b/servers/slapd/back-hdb/Makefile.in index 6bdd7ce3b4..236f3c1c1f 100644 --- a/servers/slapd/back-hdb/Makefile.in +++ b/servers/slapd/back-hdb/Makefile.in @@ -21,13 +21,15 @@ XXSRCS = init.c tools.c config.c \ add.c bind.c compare.c delete.c modify.c modrdn.c search.c \ extended.c referral.c operational.c \ attr.c index.c key.c dbcache.c filterindex.c trans.c \ - dn2entry.c dn2id.c error.c id2entry.c idl.c nextid.c cache.c + dn2entry.c dn2id.c error.c id2entry.c idl.c nextid.c cache.c \ + monitor.c SRCS = $(XXSRCS) OBJS = init.lo tools.lo config.lo \ add.lo bind.lo compare.lo delete.lo modify.lo modrdn.lo search.lo \ extended.lo referral.lo operational.lo \ attr.lo index.lo key.lo dbcache.lo filterindex.lo trans.lo \ - dn2entry.lo dn2id.lo error.lo id2entry.lo idl.lo nextid.lo cache.lo + dn2entry.lo dn2id.lo error.lo id2entry.lo idl.lo nextid.lo cache.lo \ + monitor.lo LDAP_INCDIR= ../../../include LDAP_LIBDIR= ../../../libraries