diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-12-15 14:45:56 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-25 20:55:05 +0200 |
commit | 47ddfe2e59998b3184d6ac5ae8af8c46d58d1a6a (patch) | |
tree | c3707667cb7a1b4345f2e34e011d874dcb4dd82e /source3/librpc/idl/wscript_build | |
parent | cf244a1b8b9c8562c00a5622f67f9542e57e353f (diff) | |
download | samba-47ddfe2e59998b3184d6ac5ae8af8c46d58d1a6a.tar.gz samba-47ddfe2e59998b3184d6ac5ae8af8c46d58d1a6a.tar.bz2 samba-47ddfe2e59998b3184d6ac5ae8af8c46d58d1a6a.zip |
s3:librpc: add smbXsrv.idl
metze
Diffstat (limited to 'source3/librpc/idl/wscript_build')
-rw-r--r-- | source3/librpc/idl/wscript_build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build index 949eecd7dd..712108d4e6 100644 --- a/source3/librpc/idl/wscript_build +++ b/source3/librpc/idl/wscript_build @@ -6,7 +6,9 @@ topinclude=os.path.join(bld.srcnode.abspath(), 'librpc/idl') bld.SAMBA_PIDL_LIST('PIDL', '''messaging.idl libnetapi.idl open_files.idl - perfcount.idl secrets.idl libnet_join.idl''', + perfcount.idl secrets.idl libnet_join.idl + smbXsrv.idl + ''', options='--includedir=%s --header --ndr-parser' % topinclude, output_dir='../gen_ndr') |