From: Kurt Zeilenga Date: Fri, 27 Aug 2004 19:00:15 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~620 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2782b6f46f5f892cb5e53e069a1e985e7a285983;p=openldap cleanup --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 9bfbf006af..4dfd11fc21 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -37,7 +37,7 @@ SRCS = main.c globals.c config.c daemon.c \ backglue.c operational.c matchedValues.c cancel.c syncrepl.c \ backover.c ctxcsn.c ldapsync.c sessionlog.c frontend.c \ slapadd.c slapcat.c slapcommon.c slapdn.c slapindex.c \ - slappasswd.c slaptest.c slapauth.c slapacl.c component.c\ + slappasswd.c slaptest.c slapauth.c slapacl.c component.c \ $(@PLAT@_SRCS) OBJS = main.o globals.o config.o daemon.o \ @@ -54,7 +54,7 @@ OBJS = main.o globals.o config.o daemon.o \ backglue.o operational.o matchedValues.o cancel.o syncrepl.o \ backover.o ctxcsn.o ldapsync.o sessionlog.o frontend.o \ slapadd.o slapcat.o slapcommon.o slapdn.o slapindex.o \ - slappasswd.o slaptest.o slapauth.o slapacl.o component.o\ + slappasswd.o slaptest.o slapauth.o slapacl.o component.o \ $(@PLAT@_OBJS) LDAP_INCDIR= ../../include -I$(srcdir)/slapi