summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/wscript_build4
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',