From 88b61a3b295f83e18d3e3b8900e39b741d2c6b86 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 30 Nov 2010 19:05:36 +0100 Subject: s3-waf: no need to compile ../librpc/ndr/ndr_compression.c twice. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Nov 30 19:52:59 CET 2010 on sn-devel-104 --- source3/wscript_build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 53ff42024f..7e8af30f7d 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -29,12 +29,9 @@ SERVER_MUTEX_SRC = 'lib/server_mutex.c' PASSCHANGE_SRC = '''libsmb/passchange.c''' -LIBNDR_DRSUAPI_SRC = '../librpc/ndr/ndr_compression.c' - COMPRESSION_SRC = '../lib/compression/mszip.c' -DRSUAPI_SRC = '''${LIBNDR_DRSUAPI_SRC} - ${COMPRESSION_SRC}''' +DRSUAPI_SRC = '''${COMPRESSION_SRC}''' LIBNDR_SRC = '''../librpc/ndr/ndr_basic.c ../librpc/ndr/ndr.c -- cgit