diff options
author | Kai Blin <kai@samba.org> | 2010-05-12 05:23:27 -0600 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | b6c5d5de379de1e1e5ada78021b3defba3ca3194 (patch) | |
tree | 256dcac0a9ff822f45a095b55debaaad5ec4bea7 /source3/librpc/idl | |
parent | 9cc39ffb5673e17be78d3986c0cc56e4f1a2af32 (diff) | |
download | samba-b6c5d5de379de1e1e5ada78021b3defba3ca3194.tar.gz samba-b6c5d5de379de1e1e5ada78021b3defba3ca3194.tar.bz2 samba-b6c5d5de379de1e1e5ada78021b3defba3ca3194.zip |
s3-waf: Fix up PIDL includes.
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/librpc/idl')
-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 20c66ad47c..3d1e2588b7 100644 --- a/source3/librpc/idl/wscript_build +++ b/source3/librpc/idl/wscript_build @@ -2,6 +2,6 @@ bld.SAMBA_PIDL_LIST('PIDL', '''messaging.idl libnetapi.idl notify.idl wbint.idl perfcount.idl secrets.idl libnet_join.idl''', - options='--header --ndr-parser --samba3-ndr-server --samba3-ndr-client', + options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client', output_dir='../gen_ndr') |