summaryrefslogtreecommitdiff
path: root/bin/stubify.pl
AgeCommit message (Collapse)AuthorFilesLines
2011-12-16trivial pkgconfig fixesMichael Meeks1-2/+2
2011-12-09horrendous hack to stubify a libraryMichael Meeks1-0/+262
We dump the library's symbols we're trying to stubify, and then assemble another library that looks just like it, except with all of it's innards sucked out. We also use pkgconfig to find all the relevant dependencies and to build an entire library tree.