summaryrefslogtreecommitdiffstats
path: root/ruby/Rakefile.in
Commit message (Collapse)AuthorAgeFilesLines
* More misc fixes to non-srcdir builds.Richard Jones2009-07-161-1/+1
|
* Fix for 349814e9d912c4: Get correct path when building Ruby bindings.Richard Jones2009-07-071-1/+1
|
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-13/+11
| | | | | | | | | | | | | | | | | | | | | | 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.
* New website, change et.redhat.com references to libguestfs.org1.0.43Richard Jones2009-06-091-1/+1
|
* Allow Ruby bindings to build correctly even if libguestfs not installed.Richard W.M. Jones2009-04-161-1/+1
|
* Ruby bindings.Richard Jones2009-04-161-0/+103