Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments. | ||||
* | Haskell bindings: Implement bindtests. | Richard W.M. Jones | 2009-06-28 | 1 | -2/+7 |
| | |||||
* | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 1 | -2/+2 |
| | |||||
* | Partial Haskell bindings. | Richard Jones | 2009-05-10 | 1 | -0/+42 |