summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-18 15:33:11 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-18 15:34:54 +0200
commit4422617f7a5c36740263397b1672f75efe879520 (patch)
treefe7fb43b6138d0954f0e568e36c0b3add86511b3 /source4/librpc/config.mk
parent6cd8e2bccf2023833f679963244f56ca6854eb66 (diff)
downloadsamba-4422617f7a5c36740263397b1672f75efe879520.tar.gz
samba-4422617f7a5c36740263397b1672f75efe879520.tar.bz2
samba-4422617f7a5c36740263397b1672f75efe879520.zip
librpc: don't build the old mszip decompression code
metze (This used to be commit f48dfd87badcddc64a1c0bf52939188a4a8f4add)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r--source4/librpc/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index 452bad74fe..09be67d5aa 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -43,7 +43,7 @@ MANPAGES += $(librpcsrcdir)/tools/ndrdump.1
################################################
# Start SUBSYSTEM NDR_COMPRESSION
[SUBSYSTEM::NDR_COMPRESSION]
-PRIVATE_DEPENDENCIES = LIBCOMPRESSION ZLIB
+PRIVATE_DEPENDENCIES = ZLIB LZXPRESS
PUBLIC_DEPENDENCIES = LIBSAMBA-ERRORS LIBNDR
# End SUBSYSTEM NDR_COMPRESSION
################################################