summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-29 15:33:59 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-10-31 08:13:56 +1100
commit76b7348299870279acec5b7c9f02f4e4b2461703 (patch)
tree8f527f1c5dc26b49487b4b8862cd87478b3d52c5 /librpc/wscript_build
parent3b4ef03097293f758d8f11cbe434063ed1dc6b91 (diff)
downloadsamba-76b7348299870279acec5b7c9f02f4e4b2461703.tar.gz
samba-76b7348299870279acec5b7c9f02f4e4b2461703.tar.bz2
samba-76b7348299870279acec5b7c9f02f4e4b2461703.zip
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
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 0eeb01b7cf..8a4c169d5a 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'