summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-02 18:51:45 +0100
committerGünther Deschner <gd@samba.org>2011-02-02 21:38:23 +0100
commit885887ac1b7de1dbbc3da63843600d69efd5f6e8 (patch)
tree65f6915e407d395d12a0c07075e2e1ba21c9037b /source3/librpc
parent2534e01a3ac187f42c0d359da2fd72b11ea0f5ae (diff)
downloadsamba-885887ac1b7de1dbbc3da63843600d69efd5f6e8.tar.gz
samba-885887ac1b7de1dbbc3da63843600d69efd5f6e8.tar.bz2
samba-885887ac1b7de1dbbc3da63843600d69efd5f6e8.zip
s3-waf: no need to call pidl with --samba3-ndr-client anymore.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 21:38:23 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/wscript_build9
1 files changed, 7 insertions, 2 deletions
diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build
index 5dc46cfba9..995761442c 100644
--- a/source3/librpc/idl/wscript_build
+++ b/source3/librpc/idl/wscript_build
@@ -2,7 +2,12 @@
bld.SAMBA_PIDL_LIST('PIDL',
'''messaging.idl libnetapi.idl notify.idl
- wbint.idl perfcount.idl secrets.idl libnet_join.idl preg.idl''',
- options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client --client',
+ perfcount.idl secrets.idl libnet_join.idl preg.idl''',
+ options='--includedir=../librpc/idl --header --ndr-parser',
+ output_dir='../gen_ndr')
+
+bld.SAMBA_PIDL_LIST('PIDL',
+ 'wbint.idl',
+ options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --client',
output_dir='../gen_ndr')