diff options
author | Günther Deschner <gd@samba.org> | 2011-02-10 12:54:27 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-10 13:56:49 +0100 |
commit | ad0a3185ce4d9918597d1de3decb9080b88277ef (patch) | |
tree | 6c452297d8134071e78a6c2de3938d0c9de1a659 /source3/librpc/idl/wscript_build | |
parent | 7a558ea27cc34f1d5588d7588e024dae4cf3ca1d (diff) | |
download | samba-ad0a3185ce4d9918597d1de3decb9080b88277ef.tar.gz samba-ad0a3185ce4d9918597d1de3decb9080b88277ef.tar.bz2 samba-ad0a3185ce4d9918597d1de3decb9080b88277ef.zip |
librpc: move preg.idl to main directory.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Feb 10 13:56:49 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc/idl/wscript_build')
-rw-r--r-- | source3/librpc/idl/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/wscript_build b/source3/librpc/idl/wscript_build index 995761442c..a337f4f39a 100644 --- a/source3/librpc/idl/wscript_build +++ b/source3/librpc/idl/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_PIDL_LIST('PIDL', '''messaging.idl libnetapi.idl notify.idl - perfcount.idl secrets.idl libnet_join.idl preg.idl''', + perfcount.idl secrets.idl libnet_join.idl''', options='--includedir=../librpc/idl --header --ndr-parser', output_dir='../gen_ndr') |