Filename change : servers/slapd/back-bdb/lcup.c -> servers/slapd/back-bdb/psearch.c

This commit is contained in:
Jong Hyuk Choi 2003-02-05 07:43:00 +00:00
parent 85b1783d5c
commit 85bdf79337
2 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ SRCS = init.c tools.c config.c \
add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
extended.c passwd.c referral.c attribute.c group.c operational.c \
attr.c index.c key.c dbcache.c filterindex.c \
dn2entry.c dn2id.c error.c id2entry.c idl.c nextid.c cache.c lcup.c
dn2entry.c dn2id.c error.c id2entry.c idl.c nextid.c cache.c psearch.c
OBJS = init.lo tools.lo config.lo \
add.lo bind.lo compare.lo delete.lo modify.lo modrdn.lo search.lo \
extended.lo passwd.lo referral.lo attribute.lo group.lo operational.lo \
attr.lo index.lo key.lo dbcache.lo filterindex.lo \
dn2entry.lo dn2id.lo error.lo id2entry.lo idl.lo nextid.lo cache.lo lcup.lo
dn2entry.lo dn2id.lo error.lo id2entry.lo idl.lo nextid.lo cache.lo psearch.lo
LDAP_INCDIR= ../../../include
LDAP_LIBDIR= ../../../libraries

View File

@ -1,4 +1,4 @@
/* lcup.c - lcup operations */
/* psearch.c - psearch operations */
/* $OpenLDAP$ */
/*
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.