From e00671ee0c5ce1754bf041f2cd4abeacd1dedc61 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 27 Oct 2010 16:31:05 +0200 Subject: s3-waf: use LZXPRESS subsystem. Guenther --- source3/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/wscript_build') 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', -- cgit