diff --git a/servers/lloadd/Makefile_module.in b/servers/lloadd/Makefile_module.in index f30fc031ed..bbe62e6bd7 100644 --- a/servers/lloadd/Makefile_module.in +++ b/servers/lloadd/Makefile_module.in @@ -16,8 +16,8 @@ XSRCS = version.c -NT_SRCS = nt_svc.c -NT_OBJS = nt_svc.o ../../libraries/liblutil/slapdmsg.res +NT_SRCS = ../slapd/nt_svc.c +NT_OBJS = ../slapd/nt_svc.o ../../libraries/liblutil/slapdmsg.res SRCS += module_init.c diff --git a/servers/lloadd/Makefile_server.in b/servers/lloadd/Makefile_server.in index db55468ff2..8a41869d8d 100644 --- a/servers/lloadd/Makefile_server.in +++ b/servers/lloadd/Makefile_server.in @@ -18,11 +18,11 @@ XPROGRAMS = slloadd XSRCS = version.c -NT_SRCS = nt_svc.c -NT_OBJS = nt_svc.o ../../libraries/liblutil/slapdmsg.res +NT_SRCS = ../slapd/nt_svc.c +NT_OBJS = ../slapd/nt_svc.o ../../libraries/liblutil/slapdmsg.res SRCS += main.c init.c value.c \ - ch_malloc.c sl_malloc.c user.c + ../slapd/ch_malloc.c ../slapd/sl_malloc.c ../slapd/user.c OBJS = $(patsubst %.c,%.o,$(SRCS)) $(@PLAT@_OBJS) diff --git a/servers/lloadd/ch_malloc.c b/servers/lloadd/ch_malloc.c deleted file mode 120000 index 6b13fb55a1..0000000000 --- a/servers/lloadd/ch_malloc.c +++ /dev/null @@ -1 +0,0 @@ -../slapd/ch_malloc.c \ No newline at end of file diff --git a/servers/lloadd/globals.c b/servers/lloadd/globals.c deleted file mode 120000 index 3277f28f86..0000000000 --- a/servers/lloadd/globals.c +++ /dev/null @@ -1 +0,0 @@ -../slapd/globals.c \ No newline at end of file diff --git a/servers/lloadd/sl_malloc.c b/servers/lloadd/sl_malloc.c deleted file mode 120000 index 37a1d0405a..0000000000 --- a/servers/lloadd/sl_malloc.c +++ /dev/null @@ -1 +0,0 @@ -../slapd/sl_malloc.c \ No newline at end of file diff --git a/servers/lloadd/user.c b/servers/lloadd/user.c deleted file mode 120000 index 069bec6b1d..0000000000 --- a/servers/lloadd/user.c +++ /dev/null @@ -1 +0,0 @@ -../slapd/user.c \ No newline at end of file