summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-19 11:11:11 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:26 +0100
commit390734acca04590722fbe63dcb1e87d0dac362e3 (patch)
tree4eb42f86911b2c77e57ff18d89c54ec9b3172d59 /source3/Makefile.in
parente9d66999c6003009aac5a4e115963b1ef581c9dc (diff)
downloadsamba-390734acca04590722fbe63dcb1e87d0dac362e3.tar.gz
samba-390734acca04590722fbe63dcb1e87d0dac362e3.tar.bz2
samba-390734acca04590722fbe63dcb1e87d0dac362e3.zip
lib: Remove dead mszip code.
RIP, long live zlib.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 2 insertions, 3 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)