summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-03-25 13:40:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:16 -0500
commit5a9ceee7a524293c67d4c32edde9da32a877ecce (patch)
tree54a0bb998f5d8409cf173d3d2559520e65d7f383 /source4/librpc/config.mk
parent2fa732c6251f6dd23c3c8ef1facf638c9c531bdd (diff)
downloadsamba-5a9ceee7a524293c67d4c32edde9da32a877ecce.tar.gz
samba-5a9ceee7a524293c67d4c32edde9da32a877ecce.tar.bz2
samba-5a9ceee7a524293c67d4c32edde9da32a877ecce.zip
r6061: add start of compression support in our rpc code
this is not complete cuurently... but I want other people to test it and help me on finishing it. (try to change the #if 0 in torture/rpc/drsuapi.c into #if 1) metze (This used to be commit 335adef37082a78e0426decb715629bd778e6582)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r--source4/librpc/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index f6b05a41b5..d73f6bf96f 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -5,8 +5,9 @@ INIT_OBJ_FILES = \
librpc/ndr/ndr.o
ADD_OBJ_FILES = \
librpc/ndr/ndr_basic.o \
+ librpc/ndr/ndr_compression.o \
librpc/ndr/ndr_misc.o
-REQUIRED_SUBSYSTEMS = LIBCLI_UTILS
+REQUIRED_SUBSYSTEMS = LIBCLI_UTILS EXT_LIB_ZLIB
# End SUBSYSTEM LIBNDR_RAW
################################################