From 2dcb596e8302856a66e8d6f11457ad87d1ad1dab Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 11:25:59 +1100 Subject: s4-waf: removed dependencies on missing subsystems these were left over from the old config.mk system --- source4/librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/wscript_build') diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 03841ef36a..f2f6751446 100755 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -202,7 +202,7 @@ bld.SAMBA_PYTHON('python_winreg', bld.SAMBA_PYTHON('python_dcerpc_misc', source='../../librpc/gen_ndr/py_misc.c', - deps='PYTALLOC pyrpc_util NDR_MISC NDR_KRB5PAC', + deps='PYTALLOC pyrpc_util NDR_KRB5PAC', realname='samba/dcerpc/misc.so' ) -- cgit