mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Do not copy files from slapd, just link them
This commit is contained in:
parent
37cd5f21d5
commit
c91d61cf19
6 changed files with 5 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../slapd/ch_malloc.c
|
||||
|
|
@ -1 +0,0 @@
|
|||
../slapd/globals.c
|
||||
|
|
@ -1 +0,0 @@
|
|||
../slapd/sl_malloc.c
|
||||
|
|
@ -1 +0,0 @@
|
|||
../slapd/user.c
|
||||
Loading…
Reference in a new issue