summaryrefslogtreecommitdiff
path: root/avbuild
Commit message (Collapse)AuthorAge
* build: Add version numbers to "Requires" entries in pkg-config filesDiego Biurrun2016-12-28
| | | | The (required) version numbers disappeared after edb4348732.
* build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-22
| | | | | | | | This moves work from the configure to the Make stage where it can be parallelized and ensures that pkgconfig files are updated when library versions change. Bug-Id: 449
* build: Store library version numbers in .version filesDiego Biurrun2016-12-22
| | | | | | This moves work from the configure to the Make stage where it can be parallelized and ensures that shared libraries are built with the right version number in the filename.
* build: Move build-system-related helper files to a separate subdirectoryDiego Biurrun2016-12-22
This unclutters the top-level directory and groups related files together.