From: Andrew Tridgell Date: Sat, 27 Mar 2010 04:24:00 +0000 (+1100) Subject: s4-waf: install PIDL modules X-Git-Tag: samba-3.6.0pre1~3397 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=ecb775de2ee4c6e1821f67a1c8a3eac4191f9c8b s4-waf: install PIDL modules --- diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build new file mode 100644 index 00000000000..929cf4779be --- /dev/null +++ b/pidl/lib/wscript_build @@ -0,0 +1,2 @@ +# install the pidl modules +bld.INSTALL_WILDCARD('${DATAROOTDIR}/perl5', '**/*.pm', flat=False) diff --git a/pidl/wscript_build b/pidl/wscript_build index b2dd7ad4f3b..40958037fc3 100644 --- a/pidl/wscript_build +++ b/pidl/wscript_build @@ -1,2 +1,4 @@ bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=0755) + +bld.BUILD_SUBDIR('lib')