summaryrefslogtreecommitdiff
path: root/libcli/nbt
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-07 12:01:42 +0100
committerGünther Deschner <gd@samba.org>2011-01-07 15:02:24 +0100
commit3294ccbb6d2ce26da5b6b9b512dfc1184a153d26 (patch)
tree0868b01bb903571d8141ca07124649cc56a0dad0 /libcli/nbt
parent75c8e429383d0d5d4cb13e769d66d87a64252e42 (diff)
downloadsamba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.tar.gz
samba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.tar.bz2
samba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.zip
netlogon: move netlogon helpers to ../libcli/netlogon.
Guenther
Diffstat (limited to 'libcli/nbt')
-rw-r--r--libcli/nbt/wscript_build12
1 files changed, 0 insertions, 12 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index 9cae6e0195..7229d12e2e 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',