mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
no more suffix_alias
This commit is contained in:
parent
8f82e9f772
commit
db427d725d
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ SRCS = main.c daemon.c connection.c search.c filter.c add.c cr.c \
|
|||
schema.c schema_check.c schema_init.c schema_prep.c \
|
||||
schemaparse.c ad.c at.c mr.c syntax.c oc.c saslauthz.c \
|
||||
oidm.c starttls.c index.c sets.c referral.c \
|
||||
root_dse.c sasl.c module.c suffixalias.c mra.c mods.c \
|
||||
root_dse.c sasl.c module.c mra.c mods.c \
|
||||
limits.c backglue.c operational.c matchedValues.c cancel.c \
|
||||
$(@PLAT@_SRCS)
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ OBJS = main.o daemon.o connection.o search.o filter.o add.o cr.o \
|
|||
schema.o schema_check.o schema_init.o schema_prep.o \
|
||||
schemaparse.o ad.o at.o mr.o syntax.o oc.o saslauthz.o \
|
||||
oidm.o starttls.o index.o sets.o referral.o \
|
||||
root_dse.o sasl.o module.o suffixalias.o mra.o mods.o \
|
||||
root_dse.o sasl.o module.o mra.o mods.o \
|
||||
limits.o backglue.o operational.o matchedValues.o cancel.o \
|
||||
$(@PLAT@_OBJS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue