summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-29 15:33:59 +1100
committerKarolin Seeger <kseeger@samba.org>2012-12-03 12:44:34 +0100
commit9b06aac24eaa7b5b5b2b7766027dcc048d9d84e8 (patch)
tree78cbb1f630a2e4bf1c465fc37206497cec7143c9 /librpc
parent493a76f1f83ae0a73e2ab75a1669238bbf3853cb (diff)
downloadsamba-9b06aac24eaa7b5b5b2b7766027dcc048d9d84e8.tar.gz
pymessaging: Use the server_id IDL structure rather than a tuple
This will make it easier to pass this structure in and out. The tuple is still accepted as input. Andrew Bartlett (cherry picked from commit 76b7348299870279acec5b7c9f02f4e4b2461703)
Diffstat (limited to 'librpc')
-rw-r--r--librpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 0eeb01b7cf4..8a4c169d5af 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -559,6 +559,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_SCERPC',
public_deps='dcerpc-binding NDR_SCERPC'
)
+bld.SAMBA_SUBSYSTEM('RPC_NDR_SERVER_ID',
+ source='gen_ndr/ndr_server_id_c.c',
+ public_deps='dcerpc-binding NDR_SERVER_ID'
+ )
+
bld.SAMBA_SUBSYSTEM('RPC_NDR_NTSVCS',
source='gen_ndr/ndr_ntsvcs_c.c',
public_deps='dcerpc-binding ndr-standard'