summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in5
-rwxr-xr-xsource3/wscript_build9
2 files changed, 2 insertions, 12 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a405a18036..fc1067f3d5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -291,9 +291,8 @@ LIBNDR_DRSUAPI_OBJ = ../librpc/ndr/ndr_drsuapi.o \
ZLIB_OBJ = @ZLIB_OBJS@
-COMPRESSION_OBJ = ../lib/compression/mszip.o \
- ../lib/compression/lzxpress.o \
- $(ZLIB_OBJ)
+COMPRESSION_OBJ = ../lib/compression/lzxpress.o \
+ $(ZLIB_OBJ)
DRSUAPI_OBJ = $(LIBNDR_DRSUAPI_OBJ) \
$(COMPRESSION_OBJ)
diff --git a/source3/wscript_build b/source3/wscript_build
index 407dcc5ea1..b7cddeb581 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -25,10 +25,6 @@ SERVER_MUTEX_SRC = 'lib/server_mutex.c'
PASSCHANGE_SRC = '''libsmb/passchange.c'''
-COMPRESSION_SRC = '../lib/compression/mszip.c'
-
-DRSUAPI_SRC = '''${COMPRESSION_SRC}'''
-
LIBCLI_SPOOLSS_SRC = '''rpc_client/cli_spoolss.c
rpc_client/init_spoolss.c'''
@@ -842,11 +838,6 @@ bld.SAMBA3_LIBRARY('libsmb',
vars=locals(),
private_library=True)
-bld.SAMBA3_SUBSYSTEM('LIBDRSUAPI',
- source=DRSUAPI_SRC,
- deps='z LZXPRESS NDR_DRSUAPI NDR_DRSBLOBS',
- vars=locals())
-
bld.SAMBA3_SUBSYSTEM('CLDAP',
source='libads/cldap.c',
deps='cli-ldap-common cli_cldap LIBTSOCKET',