summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2023-03-27 11:26:31 +1300
committerAndrew Bartlett <abartlet@samba.org>2023-03-31 01:48:30 +0000
commit4e32ea151999798297d36c86f19b674dae7f47af (patch)
treefe4cd676949a20be635ae60832b290d37a53f29d /librpc
parent053aa5165384e5f31a96a630bb28197661b39337 (diff)
downloadsamba-4e32ea151999798297d36c86f19b674dae7f47af.tar.gz
librpc: Remove incorrect NDR_COMPRESSION dependency from NDR_KRB5CCACHE
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index eef57d47844..b474646be44 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -381,7 +381,7 @@ bld.SAMBA_LIBRARY('ndr-krb5pac',
bld.SAMBA_SUBSYSTEM('NDR_KRB5CCACHE',
source='gen_ndr/ndr_krb5ccache.c',
- deps='ndr NDR_COMPRESSION NDR_SECURITY ndr-standard asn1util'
+ deps='ndr NDR_SECURITY ndr-standard asn1util'
)
bld.SAMBA_SUBSYSTEM('NDR_CLAIMS',