diff options
author | Matthieu Patou <mat@matws.net> | 2011-02-12 23:18:29 +0300 |
---|---|---|
committer | Matthieu Patou <mat@matws.net> | 2011-02-13 01:23:05 +0300 |
commit | f8a156dbe649177b9672d364908ef3355508c690 (patch) | |
tree | 8859d148c189a743b7bac804b63c178e5175b237 /librpc/wscript_build | |
parent | 17fdee0e92e09c1e5bf6319dfddf7b014b19f314 (diff) | |
download | samba-f8a156dbe649177b9672d364908ef3355508c690.tar.gz |
librpc: add bindings for dnsp in python
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r-- | librpc/wscript_build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build index c9737fbdcbe..2870388cc84 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -498,6 +498,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_BACKUPKEY', public_deps='dcerpc NDR_BACKUPKEY' ) +bld.SAMBA_SUBSYSTEM('RPC_NDR_DNSP', + source='gen_ndr/ndr_dnsp_c.c', + public_deps='dcerpc NDR_DNSP' + ) + # a grouping library for NDR subsystems that may be used by more than one target bld.SAMBA_LIBRARY('ndr-samba', source=[], |