build: fixed dependencies on install prefix for pc files and python scripts
authorAndrew Tridgell <tridge@samba.org>
Wed, 15 Jun 2011 03:53:19 +0000 (13:53 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 15 Jun 2011 04:13:07 +0000 (14:13 +1000)
commit720da3cb9131d4e3bdd0352538f0c5d52c4655c8
tree1c6cb90dac050c38f0568183a67c20a2c5c46d60
parent5d736d87778754de7043d902c7d1d5db1c46cb02
build: fixed dependencies on install prefix for pc files and python scripts

waf can't automatically determine these dependencies as the
construction of the files is via a python function

thanks to Andrew for noticing this bug
buildtools/wafsamba/pkgconfig.py
buildtools/wafsamba/wafsamba.py