[PATCH 04/12] build: Added missing deps to libcli/auth subsystems

Andrzej Hajda andrzej.hajda at wp.pl
Tue Oct 9 14:59:37 MDT 2012


Signed-off-by: Andrzej Hajda <andrzej.hajda at wp.pl>
---
 libcli/auth/wscript_build |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build
index 092d5e4..b58e1d2 100755
--- a/libcli/auth/wscript_build
+++ b/libcli/auth/wscript_build
@@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('cliauth',
 
 bld.SAMBA_SUBSYSTEM('MSRPC_PARSE',
 	source='msrpc_parse.c',
-	deps='talloc'
+	deps='talloc errors'
 	)
 
 bld.SAMBA_SUBSYSTEM('NTLM_CHECK',
@@ -19,6 +19,7 @@ bld.SAMBA_SUBSYSTEM('NTLM_CHECK',
 bld.SAMBA_SUBSYSTEM('LIBCLI_AUTH',
 	source='credentials.c session.c smbencrypt.c smbdes.c',
 	public_deps='MSRPC_PARSE',
+	deps='samba-security',
 	public_headers='credentials.h:domain_credentials.h'
 	)
 
-- 
1.7.9.5



More information about the samba-technical mailing list