diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 14:00:56 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:09 +1000 |
commit | 4d8d759e92506de4dcccce7d51ac83ef638153ec (patch) | |
tree | e6ff42a0ee222b388637d00976f0c8768d3936a6 /source4/wscript_build | |
parent | aa5e08eb83fd7b130a98850e103654d8c0b2f96f (diff) | |
download | samba-4d8d759e92506de4dcccce7d51ac83ef638153ec.tar.gz samba-4d8d759e92506de4dcccce7d51ac83ef638153ec.tar.bz2 samba-4d8d759e92506de4dcccce7d51ac83ef638153ec.zip |
s4-waf: install pidl
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index e0b942b274..62b5cbaba3 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -115,3 +115,4 @@ bld.BUILD_SUBDIR('lib/smbreadline') bld.BUILD_SUBDIR('../codepages') bld.BUILD_SUBDIR('setup') bld.BUILD_SUBDIR('scripting') +bld.BUILD_SUBDIR('../pidl') |