diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-23 10:14:50 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | abc0f11350ac0df676e4b6b8c79d58a1e9676ec0 (patch) | |
tree | 08102adc6ceb8c408f2bda580e9a76aeffb9028d | |
parent | 9321db0c7409af084778fe8754f0f80c6079d831 (diff) | |
download | samba-abc0f11350ac0df676e4b6b8c79d58a1e9676ec0.tar.gz samba-abc0f11350ac0df676e4b6b8c79d58a1e9676ec0.tar.bz2 samba-abc0f11350ac0df676e4b6b8c79d58a1e9676ec0.zip |
s3-waf: Remove dead subsystem LIBNBT.
-rwxr-xr-x | source3/wscript_build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 9dd4f0e4d1..3b7b2390b6 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1056,11 +1056,6 @@ bld.SAMBA3_SUBSYSTEM('LIBNMB', deps='lmhosts resolv', vars=locals()) -bld.SAMBA3_SUBSYSTEM('LIBNBT', - source='', - deps='NDR_SVCCTL ndr_nbt LIBCLI_NETLOGON', - vars=locals()) - bld.SAMBA3_SUBSYSTEM('SERVICES', source=SERVICES_SRC, deps='samba-util', |