summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-09-06 16:43:53 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-10-26 11:20:15 +0200
commit875d0111b45c3415cda50a7b4ec6ddf70d24b621 (patch)
tree7ab90ab764050c0e4e283a40db6c4d037239bf0e /librpc/wscript_build
parent5f17d3bd29955ac5425d24213110d670f08be9b9 (diff)
downloadsamba-875d0111b45c3415cda50a7b4ec6ddf70d24b621.tar.gz
librpc: add dcerpc_ncacn_pull_pkt_auth() helper function
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
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 6c2dff5fc18..1c7cc0aa951 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -715,7 +715,7 @@ bld.SAMBA_LIBRARY('ndr',
bld.SAMBA_LIBRARY('dcerpc-binding',
source='rpc/dcerpc_error.c rpc/binding.c rpc/dcerpc_util.c rpc/binding_handle.c',
- deps='ndr tevent NDR_DCERPC LIBTSOCKET tevent-util',
+ deps='ndr tevent NDR_DCERPC LIBTSOCKET tevent-util gensec',
pc_files=[],
public_headers='rpc/rpc_common.h',
vnum='0.0.1')