diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 11:25:59 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:24 +1100 |
commit | 2dcb596e8302856a66e8d6f11457ad87d1ad1dab (patch) | |
tree | 64033d3b02f062e30fa592113f61488968e7d307 /libcli/ldap | |
parent | 7cba3cfac8781061e4114573517b30baedbf891a (diff) | |
download | samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.tar.gz samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.tar.bz2 samba-2dcb596e8302856a66e8d6f11457ad87d1ad1dab.zip |
s4-waf: removed dependencies on missing subsystems
these were left over from the old config.mk system
Diffstat (limited to 'libcli/ldap')
-rw-r--r-- | libcli/ldap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) |