Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: fixed dependencies on install prefix for pc files and python scripts | Andrew Tridgell | 2011-06-15 | 1 | -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 them | Stefan Metzmacher | 2011-01-05 | 1 | -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 files | Andrew Tridgell | 2010-12-08 | 1 | -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 prefix | Andrew Tridgell | 2010-11-03 | 1 | -0/+3 |
| | |||||
* | waf: split pkgconfig logic into a separate module | Andrew Tridgell | 2010-11-03 | 1 | -0/+61 |