From 4d8d759e92506de4dcccce7d51ac83ef638153ec Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 14:00:56 +1100 Subject: s4-waf: install pidl --- pidl/wscript_build | 3 +-- source4/wscript_build | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pidl/wscript_build b/pidl/wscript_build index 48733db5d2..b2dd7ad4f3 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 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') -- cgit v1.2.3