Do not copy files from slapd, just link them

This commit is contained in:
Ondřej Kuzník 2018-01-19 17:12:49 +00:00
parent 37cd5f21d5
commit c91d61cf19
6 changed files with 5 additions and 9 deletions

View file

@ -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

View file

@ -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)

View file

@ -1 +0,0 @@
../slapd/ch_malloc.c

View file

@ -1 +0,0 @@
../slapd/globals.c

View file

@ -1 +0,0 @@
../slapd/sl_malloc.c

View file

@ -1 +0,0 @@
../slapd/user.c