From: Quanah Gibson-Mount Date: Wed, 24 Aug 2022 19:56:42 +0000 (+0000) Subject: ITS#9894 - Further fixes for 2.5 X-Git-Tag: OPENLDAP_REL_ENG_2_5_14~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afce0b1e06d2b9d67f845e0e02496058665d642b;p=thirdparty%2Fopenldap.git ITS#9894 - Further fixes for 2.5 --- diff --git a/servers/lloadd/Makefile_server.in b/servers/lloadd/Makefile_server.in index 59d9eed151..2aeefddcc0 100644 --- a/servers/lloadd/Makefile_server.in +++ b/servers/lloadd/Makefile_server.in @@ -23,8 +23,8 @@ SRCS += main.c value.c \ ../slapd/ch_malloc.c ../slapd/proxyp.c ../slapd/sl_malloc.c ../slapd/user.c OBJS += main.o value.o \ - ../slapd/ch_malloc.o ../slapd/logging.o ../slapd/proxyp.o \ - ../slapd/sl_malloc.o ../slapd/user.o ../slapd/verbs.o \ + ../slapd/ch_malloc.o ../slapd/proxyp.o \ + ../slapd/sl_malloc.o ../slapd/user.o \ $(@PLAT@_OBJS) BUILD_OPT = "--enable-balancer"