From: Kurt Zeilenga Date: Sun, 25 Oct 1998 01:54:37 +0000 (+0000) Subject: Fix typo X-Git-Tag: PHP3_TOOL_0_0~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=393a5e21b8b2e6db9ba84fb1319a85ca4c147468;p=openldap Fix typo --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 55d3cedf34..b9d74e8b20 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -9,7 +9,7 @@ SRCS = main.c daemon.c connection.c search.c filter.c add.c charray.c \ value.c ava.c bind.c unbind.c abandon.c filterentry.c \ phonetic.c acl.c str2filter.c aclparse.c init.c \ detach.c repl.c lock.c \ - suffixAlias.c schema.c schemaparse.c monitor.c configinfo.c + suffixalias.c schema.c schemaparse.c monitor.c configinfo.c OBJS = main.o daemon.o connection.o search.o filter.o add.o charray.o \ attr.o entry.o config.o backend.o result.o operation.o \ dn.o compare.o modify.o delete.o modrdn.o ch_malloc.o \