mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Need ../cr.o
This commit is contained in:
parent
b9bd44b047
commit
dff7315edf
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ PROGRAMS=slapadd slapcat slapindex slappasswd
|
|||
SRCS = mimic.c slapcommon.c \
|
||||
slapadd.c slapcat.c slapindex.c slappasswd.c
|
||||
|
||||
SLAPD_OBJS = ../config.o ../ch_malloc.o ../backend.o \
|
||||
SLAPD_OBJS = ../config.o ../ch_malloc.o ../cr.o ../backend.o \
|
||||
../module.o ../aclparse.o ../filterentry.o ../schema.o \
|
||||
../schema_check.o ../schema_init.o ../schema_prep.o \
|
||||
../schemaparse.o ../ad.o ../at.o ../mr.o ../oc.o \
|
||||
|
|
|
|||
Loading…
Reference in a new issue