]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-hdb/Makefile.in
not sure, but I believe back-hdb needs monitor.c as well...
[openldap] / servers / slapd / back-hdb / Makefile.in
index 6bdd7ce3b416b167cf06e4352fd81daa8a6ecee9..236f3c1c1fd9d29b4bdb3c458f597f560b62e048 100644 (file)
@@ -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