1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s3-waf: Add autogeneration with PIDL

This commit is contained in:
Stefan Metzmacher 2010-05-12 04:31:27 -06:00 committed by Kai Blin
parent d704d52954
commit 5556deee7a
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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',
output_dir='../gen_ndr')

View File

@ -791,6 +791,9 @@ bld.RECURSE('../lib/replace')
print "SBINDIR=%s" % bld.env.SBINDIR
bld.RECURSE('build')
bld.RECURSE('../librpc/idl')
bld.RECURSE('librpc/idl')
bld.SAMBA_MKVERSION('include/version.h')
for prefix in bld.env.MODULE_PREFIXES: