diff options
author | Günther Deschner <gd@samba.org> | 2011-01-07 12:01:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-07 15:02:24 +0100 |
commit | 3294ccbb6d2ce26da5b6b9b512dfc1184a153d26 (patch) | |
tree | 0868b01bb903571d8141ca07124649cc56a0dad0 /libcli/nbt | |
parent | 75c8e429383d0d5d4cb13e769d66d87a64252e42 (diff) | |
download | samba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.tar.gz |
netlogon: move netlogon helpers to ../libcli/netlogon.
Guenther
Diffstat (limited to 'libcli/nbt')
-rw-r--r-- | libcli/nbt/wscript_build | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index 9cae6e01955..7229d12e2ed 100644 --- a/libcli/nbt/wscript_build +++ b/libcli/nbt/wscript_build @@ -21,18 +21,6 @@ bld.SAMBA_BINARY('nmblookup', ) -bld.SAMBA_SUBSYSTEM('LIBCLI_NDR_NETLOGON', - source='../ndr_netlogon.c', - public_deps='ndr NDR_SECURITY' - ) - - -bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON', - source='../netlogon.c', - public_deps='samba-util LIBCLI_NDR_NETLOGON' - ) - - bld.SAMBA_PYTHON('python_netbios', source='pynbt.c', public_deps='cli-nbt DYNCONFIG samba-hostconfig', |