mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.
LIBSMB_ERR_OBJ depends on SECRETS_OBJ Michael (This used to be commit 79b5a0c7a8ea47fbc44fb6582a39152c69edccaa)
This commit is contained in:
parent
63e4a96253
commit
3b32275d48
@ -413,7 +413,8 @@ LIBSMB_ERR_OBJ0 = $(NTERR_OBJ) $(DOSERR_OBJ) $(ERRORMAP_OBJ) $(DCE_RPC_ERR_OBJ)
|
||||
libsmb/smbdes.o libsmb/smbencrypt.o libsmb/ntlmssp_parse.o
|
||||
|
||||
LIBSMB_ERR_OBJ = $(LIBSMB_ERR_OBJ0) \
|
||||
$(RPC_PARSE_OBJ1)
|
||||
$(RPC_PARSE_OBJ1) \
|
||||
$(SECRETS_OBJ)
|
||||
|
||||
LIBSMB_OBJ0 = \
|
||||
libsmb/ntlm_check.o \
|
||||
@ -421,8 +422,7 @@ LIBSMB_OBJ0 = \
|
||||
libsmb/ntlmssp_sign.o
|
||||
|
||||
LIBSAMBA_OBJ = $(LIBSMB_OBJ0) \
|
||||
$(LIBSMB_ERR_OBJ) \
|
||||
$(SECRETS_OBJ)
|
||||
$(LIBSMB_ERR_OBJ)
|
||||
|
||||
LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \
|
||||
libsmb/clikrb5.o libsmb/clispnego.o libsmb/asn1.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user