diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 15:24:00 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:10 +1000 |
commit | ecb775de2ee4c6e1821f67a1c8a3eac4191f9c8b (patch) | |
tree | 91c1eacbba49b20848f9286d025d7919e3060e07 | |
parent | bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3 (diff) | |
download | samba-ecb775de2ee4c6e1821f67a1c8a3eac4191f9c8b.tar.gz samba-ecb775de2ee4c6e1821f67a1c8a3eac4191f9c8b.tar.bz2 samba-ecb775de2ee4c6e1821f67a1c8a3eac4191f9c8b.zip |
s4-waf: install PIDL modules
-rw-r--r-- | pidl/lib/wscript_build | 2 | ||||
-rw-r--r-- | pidl/wscript_build | 2 |
2 files changed, 4 insertions, 0 deletions
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) diff --git a/pidl/wscript_build b/pidl/wscript_build index b2dd7ad4f3..40958037fc 100644 --- a/pidl/wscript_build +++ b/pidl/wscript_build @@ -1,2 +1,4 @@ bld.INSTALL_FILES('${BINDIR}', 'pidl', chmod=0755) + +bld.BUILD_SUBDIR('lib') |