diff options
author | Andreas Schneider <asn@samba.org> | 2010-08-16 20:25:46 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-08-16 21:31:31 +0200 |
commit | 53e0421300f6f1d8e143eddda8bec9221b73e6bb (patch) | |
tree | 83e37e441adb0508433eeaed4ed8deb476422d96 | |
parent | 45c7f83ccb2822564ec8df3c41b5c0a9dead6e9c (diff) | |
download | samba-53e0421300f6f1d8e143eddda8bec9221b73e6bb.tar.gz samba-53e0421300f6f1d8e143eddda8bec9221b73e6bb.tar.bz2 samba-53e0421300f6f1d8e143eddda8bec9221b73e6bb.zip |
waf: Generate the ntprinting ndr functions.
-rw-r--r-- | librpc/idl/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index 89bd83e955..e8723ce367 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -20,6 +20,6 @@ bld.SAMBA_PIDL_LIST('PIDL', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', - 'rap.idl idmap.idl dnsp.idl', + 'rap.idl idmap.idl dnsp.idl ntprinting.idl', options='--header --ndr-parser', output_dir='../gen_ndr') |