summaryrefslogtreecommitdiff
path: root/source4/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-27 18:14:50 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:10 +1000
commitad0a99f62c517e0ebabe928d1b2a99bb1d1ba001 (patch)
tree79c6105bd1360555a92a80c1c1feec2975801b14 /source4/wscript
parentbd44f14d8f920a89b43ac84417365191a93d4aaf (diff)
downloadsamba-ad0a99f62c517e0ebabe928d1b2a99bb1d1ba001.tar.gz
samba-ad0a99f62c517e0ebabe928d1b2a99bb1d1ba001.tar.bz2
samba-ad0a99f62c517e0ebabe928d1b2a99bb1d1ba001.zip
s4-waf: enable the configuration and options for pidl
Diffstat (limited to 'source4/wscript')
-rw-r--r--source4/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript
index 23ea975a9e..7cf82907f0 100644
--- a/source4/wscript
+++ b/source4/wscript
@@ -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')