From: Andrew Tridgell Date: Sat, 27 Mar 2010 03:00:56 +0000 (+1100) Subject: s4-waf: install pidl X-Git-Tag: samba-3.6.0pre1~3401 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=4d8d759e92506de4dcccce7d51ac83ef638153ec s4-waf: install pidl --- diff --git a/pidl/wscript_build b/pidl/wscript_build index 48733db5d27..b2dd7ad4f3b 100644 --- a/pidl/wscript_build +++ b/pidl/wscript_build @@ -1,3 +1,2 @@ -# AUTOGENERATED by mktowscript.pl from ../../pidl/config.mk -# Please remove this notice if hand editing +bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=0755) diff --git a/source4/wscript_build b/source4/wscript_build index e0b942b274a..62b5cbaba35 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')