summaryrefslogtreecommitdiffstats
path: root/buildtools/wafsamba/pkgconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* build: fixed dependencies on install prefix for pc files and python scriptsAndrew Tridgell2011-06-151-0/+1
| | | | | | | 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: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-051-1/+1
| | | | | | | We should avoid generating a backtrace in a normal error case, just because sys.exit(1) isn't known. metze
* waf: support @LIB_RPATH@ in pc filesAndrew Tridgell2010-12-081-2/+6
| | | | | | | this will be used to get the needed -Wl,-rpath options into our pc files Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* waf: ensure pkgconfig files depend on the prefixAndrew Tridgell2010-11-031-0/+3
|
* waf: split pkgconfig logic into a separate moduleAndrew Tridgell2010-11-031-0/+61