1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s4-waf: enable the configuration and options for pidl

This commit is contained in:
Andrew Tridgell 2010-03-27 18:14:50 +11:00
parent bd44f14d8f
commit ad0a99f62c

View File

@ -18,6 +18,7 @@ def set_options(opt):
opt.recurse('../lib/socket_wrapper')
opt.recurse('../lib/uid_wrapper')
opt.recurse('../lib/popt')
opt.recurse('../pidl')
def configure(conf):
conf.define('PACKAGE_NAME', 'samba')
@ -64,6 +65,7 @@ def configure(conf):
conf.sub_config('../lib/uid_wrapper')
conf.sub_config('../lib/popt')
conf.sub_config('lib/smbreadline')
conf.sub_config('../pidl')
conf.SAMBA_CONFIG_H('include/config.h')