summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* For cppunit builds, run autogen.sh before configure.John Wiegley2008-08-261-3/+3
|
* Don't build Boost with architecture=combined, since this excludes usingJohn Wiegley2008-08-131-2/+3
| | | | MacPort's Python (which I'm not able to build with +universal right now).
* Added a missing --build-type=complete option.John Wiegley2008-08-131-2/+3
|
* Revert "Temporarily ignore members of lib/ that I've not yet decided about yet."John Wiegley2008-08-121-11/+0
| | | | This reverts commit fe8bbd9f7f3cd3acf4a012ca9f827732726ba211.
* Fix up the build process in lib/Makefile.John Wiegley2008-08-121-15/+30
|
* Temporarily ignore members of lib/ that I've not yet decided about yet.John Wiegley2008-08-101-0/+11
|
* Moved sources which I did not write from src/ into lib/.John Wiegley2008-08-092-0/+434
|
* Added a simple Makefile for building some of Ledger's dependency libraries andJohn Wiegley2008-08-081-0/+42
| | | | | installing them into /usr/local/stow. It will likely have to be run using 'sudo make'.
* Added several submodules, to ease the pain of keeping track of Ledger'sJohn Wiegley2008-08-084-0/+0
dependencies. At the moment all it does is check them out for you at the same version that I'm using.