diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-19 11:11:11 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:26 +0100 |
commit | 390734acca04590722fbe63dcb1e87d0dac362e3 (patch) | |
tree | 4eb42f86911b2c77e57ff18d89c54ec9b3172d59 /source3/wscript_build | |
parent | e9d66999c6003009aac5a4e115963b1ef581c9dc (diff) | |
download | samba-390734acca04590722fbe63dcb1e87d0dac362e3.tar.gz samba-390734acca04590722fbe63dcb1e87d0dac362e3.tar.bz2 samba-390734acca04590722fbe63dcb1e87d0dac362e3.zip |
lib: Remove dead mszip code.
RIP, long live zlib.
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 407dcc5ea1..b7cddeb581 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -25,10 +25,6 @@ SERVER_MUTEX_SRC = 'lib/server_mutex.c' PASSCHANGE_SRC = '''libsmb/passchange.c''' -COMPRESSION_SRC = '../lib/compression/mszip.c' - -DRSUAPI_SRC = '''${COMPRESSION_SRC}''' - LIBCLI_SPOOLSS_SRC = '''rpc_client/cli_spoolss.c rpc_client/init_spoolss.c''' @@ -842,11 +838,6 @@ bld.SAMBA3_LIBRARY('libsmb', vars=locals(), private_library=True) -bld.SAMBA3_SUBSYSTEM('LIBDRSUAPI', - source=DRSUAPI_SRC, - deps='z LZXPRESS NDR_DRSUAPI NDR_DRSBLOBS', - vars=locals()) - bld.SAMBA3_SUBSYSTEM('CLDAP', source='libads/cldap.c', deps='cli-ldap-common cli_cldap LIBTSOCKET', |