summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-30 11:37:42 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-30 23:49:01 +1100
commit228803cd015e54362e988e168a9976f6b7a27f85 (patch)
tree39e2d47b63bb663d54cf73cd3098e1216f4cafdc /librpc/wscript_build
parent0563c5bacf96d1b6759acd78377c417715f30fff (diff)
downloadsamba-228803cd015e54362e988e168a9976f6b7a27f85.tar.gz
samba-228803cd015e54362e988e168a9976f6b7a27f85.tar.bz2
samba-228803cd015e54362e988e168a9976f6b7a27f85.zip
zlib: use the real library name 'z' instead of ZLIB
using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library.
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index e322443d73..83db7e7ebc 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -250,7 +250,7 @@ bld.SAMBA_SUBSYSTEM('NDR_INITSHUTDOWN',
bld.SAMBA_SUBSYSTEM('NDR_COMPRESSION',
source='../librpc/ndr/ndr_compression.c',
public_deps='errors ndr',
- deps='ZLIB LZXPRESS'
+ deps='z LZXPRESS'
)
bld.SAMBA_SUBSYSTEM('NDR_DRSUAPI',