s3-waf: use LZXPRESS subsystem.
authorGünther Deschner <gd@samba.org>
Wed, 27 Oct 2010 14:31:05 +0000 (16:31 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 28 Oct 2010 14:33:19 +0000 (14:33 +0000)
Guenther

source3/wscript_build

index 3e6936617a233f6b820e52d0ffa204600495c21b..2ae29b03c27d6b9326fb3160e0569ce10d7622cf 100644 (file)
@@ -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',