From 679eba61ea5f52b6a8a31cac472ef575af5c03f8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 14:25:14 +1100 Subject: s4-build: removed some unnecessary dependencies based on running waf --symbol-check --- source4/smb_server/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smb_server/wscript_build') diff --git a/source4/smb_server/wscript_build b/source4/smb_server/wscript_build index 45e697b7af..3ecbf247d1 100644 --- a/source4/smb_server/wscript_build +++ b/source4/smb_server/wscript_build @@ -5,7 +5,7 @@ bld.SAMBA_MODULE('SERVICE_SMB', autoproto='service_smb_proto.h', subsystem='service', init_function='server_service_smb_init', - deps='SMB_SERVER', + deps='SMB_SERVER netif shares samba-hostconfig', internal_module=True ) -- cgit