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 --- libcli/ldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/ldap/wscript_build') diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build index c8274ab945..d3b8446e27 100644 --- a/libcli/ldap/wscript_build +++ b/libcli/ldap/wscript_build @@ -12,6 +12,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR', source='ldap_ndr.c', public_deps='LIBSAMBA-ERRORS talloc', public_headers='ldap_ndr.h', - deps='LIBSAMBA-UTIL ldb NDR_MISC NDR_SECURITY tevent' + deps='LIBSAMBA-UTIL ldb NDR_SECURITY tevent' ) -- cgit