diff options
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 92f2ebd166..5dc46cfba9 100644 --- a/source3/librpc/idl/wscript_build +++ b/source3/librpc/idl/wscript_build @@ -3,6 +3,6 @@ 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', + options='--includedir=../librpc/idl --header --ndr-parser --samba3-ndr-server --samba3-ndr-client --client', output_dir='../gen_ndr') |