mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Removed passwd.c
This commit is contained in:
parent
b552cdb5c7
commit
59e129158c
3 changed files with 6 additions and 6 deletions
|
|
@ -15,14 +15,14 @@
|
|||
|
||||
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 operational.c \
|
||||
extended.c referral.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 trans.c ctxcsn.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 operational.lo \
|
||||
extended.lo referral.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 trans.lo ctxcsn.lo
|
||||
|
|
|
|||
|
|
@ -19,13 +19,13 @@ XXDIR = $(srcdir)/../back-bdb
|
|||
|
||||
XXSRCS = 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 operational.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 ctxcsn.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 passwd.lo referral.lo operational.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 ctxcsn.lo
|
||||
|
||||
|
|
|
|||
|
|
@ -17,13 +17,13 @@ SRCS = idl.c add.c search.c cache.c dbcache.c dn2id.c entry.c \
|
|||
id2entry.c index.c id2children.c nextid.c \
|
||||
compare.c modify.c modrdn.c delete.c init.c \
|
||||
config.c bind.c attr.c filterindex.c close.c \
|
||||
alias.c tools.c key.c extended.c passwd.c \
|
||||
alias.c tools.c key.c extended.c \
|
||||
referral.c operational.c
|
||||
OBJS = idl.lo add.lo search.lo cache.lo dbcache.lo dn2id.lo entry.lo \
|
||||
id2entry.lo index.lo id2children.lo nextid.lo \
|
||||
compare.lo modify.lo modrdn.lo delete.lo init.lo \
|
||||
config.lo bind.lo attr.lo filterindex.lo close.lo \
|
||||
alias.lo tools.lo key.lo extended.lo passwd.lo \
|
||||
alias.lo tools.lo key.lo extended.lo \
|
||||
referral.lo operational.lo $(@BUILD_LDBM@_OBJS)
|
||||
|
||||
LDAP_INCDIR= ../../../include
|
||||
|
|
|
|||
Loading…
Reference in a new issue