From 3b32275d4868d299357767a67fdffe3824eb70ad Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Apr 2008 22:13:39 +0200 Subject: build: move SECRETS_OBJ into LIBSMB_ERR_OBJ. LIBSMB_ERR_OBJ depends on SECRETS_OBJ Michael (This used to be commit 79b5a0c7a8ea47fbc44fb6582a39152c69edccaa) --- source3/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 85039303c3..b7df8c226c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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 \ -- cgit