s4-waf: install PIDL modules
authorAndrew Tridgell <tridge@samba.org>
Sat, 27 Mar 2010 04:24:00 +0000 (15:24 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:10 +0000 (20:27 +1000)
pidl/lib/wscript_build [new file with mode: 0644]
pidl/wscript_build

diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build
new file mode 100644 (file)
index 0000000..929cf47
--- /dev/null
@@ -0,0 +1,2 @@
+# install the pidl modules
+bld.INSTALL_WILDCARD('${DATAROOTDIR}/perl5', '**/*.pm', flat=False)
index b2dd7ad4f3ba45c3329169956cb9da56a468de9b..40958037fc318552337e884080e420ca3dd3e870 100644 (file)
@@ -1,2 +1,4 @@
 
 bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=0755)
+
+bld.BUILD_SUBDIR('lib')