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:
parent
d704d52954
commit
5556deee7a
7
source3/librpc/idl/wscript_build
Normal file
7
source3/librpc/idl/wscript_build
Normal 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')
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user