From ecb775de2ee4c6e1821f67a1c8a3eac4191f9c8b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 15:24:00 +1100 Subject: s4-waf: install PIDL modules --- pidl/lib/wscript_build | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pidl/lib/wscript_build (limited to 'pidl/lib') diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build new file mode 100644 index 0000000000..929cf4779b --- /dev/null +++ b/pidl/lib/wscript_build @@ -0,0 +1,2 @@ +# install the pidl modules +bld.INSTALL_WILDCARD('${DATAROOTDIR}/perl5', '**/*.pm', flat=False) -- cgit