build: much simpler and faster rpath install handler
commitba64e236d59619cb4222225ac98efe2a2c07f592
authorAndrew Tridgell <tridge@samba.org>
Thu, 1 Apr 2010 11:19:32 +0000 (1 22:19 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:22 +0000 (6 20:27 +1000)
tree31b1e68de951d9acb935a5d8ee17281815c8e5ac
parent6dbf576e819d32d2a25e7e1fa7ac50d5764db966
build: much simpler and faster rpath install handler

This avoids creating additional task generators at build time, and
instead moves all the rpath logic into samba_install.py where it is
triggered by the install_lib and install_bin features
buildtools/wafsamba/samba_deps.py
buildtools/wafsamba/samba_install.py [new file with mode: 0644]
buildtools/wafsamba/wafsamba.py