diff options
author | Günther Deschner <gd@samba.org> | 2010-10-27 16:31:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-28 14:33:19 +0000 |
commit | e00671ee0c5ce1754bf041f2cd4abeacd1dedc61 (patch) | |
tree | 1ceb2fb8c0bdab0cb0f881478cc9351cd60b7bdb | |
parent | 9dd467b2d578434c14e4a057fd27d36aafed8563 (diff) | |
download | samba-e00671ee0c5ce1754bf041f2cd4abeacd1dedc61.tar.gz samba-e00671ee0c5ce1754bf041f2cd4abeacd1dedc61.tar.bz2 samba-e00671ee0c5ce1754bf041f2cd4abeacd1dedc61.zip |
s3-waf: use LZXPRESS subsystem.
Guenther
-rw-r--r-- | source3/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 3e6936617a..2ae29b03c2 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -35,7 +35,7 @@ LIBNDR_DRSUAPI_SRC = '''../librpc/ndr/ndr_drsuapi.c ../librpc/ndr/ndr_drsblobs.c ../librpc/gen_ndr/ndr_drsblobs.c''' -COMPRESSION_SRC = '../lib/compression/mszip.c ../lib/compression/lzxpress.c' +COMPRESSION_SRC = '../lib/compression/mszip.c' DRSUAPI_SRC = '''${LIBNDR_DRSUAPI_SRC} ${COMPRESSION_SRC}''' @@ -1039,7 +1039,7 @@ bld.SAMBA_SUBSYSTEM('LIBSAMBA', bld.SAMBA_SUBSYSTEM('LIBSMB', source=LIBSMB_SRC, - deps='LIBSAMBA ZLIB CLDAP', + deps='LIBSAMBA ZLIB LZXPRESS CLDAP', vars=locals()) bld.SAMBA_SUBSYSTEM('CLDAP', |