summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-051-24/+6
| | | | | | | | | | | | | * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml modules directly (without ocamlfind being needed). * configure.ac: Remove requirement for ocamlfind. * config.guess, config.sub: Ship these files to guess host, build and target. * libvirt/Makefile.in, examples/Makefile.in: Change these so they don't require ocamlfind, do the right thing on MinGW. * Make.rules.in: Make.rules is now generated from this file. File can use ocamlfind or direct ocaml commands as available. * .hgignore: Ignore some generated files on Windows.
* Make extlib an optional dependency.Richard W.M. Jones2008-01-041-3/+9
| | | | | | | * Makefile.in, README, configure.ac, examples/Makefile.in, libvirt/Makefile.in, mlvirtmanager/Makefile.in: Much code doesn't really need extlib, so make it optional. Bail earlier in configure step if we don't have ocamlfind.
* Version 0.3.3.2.Richard W.M. Jones2007-11-141-4/+15
| | | | - New website is http://libvirt.org/ocaml/
* Added GNU GPL/LGPL copyright notices everywhere.Richard W.M. Jones2007-10-171-0/+17
| | | | Fixed display of time which was accidentally broken in previous code move.
* Removed $Id$ everywhere.Richard W.M. Jones2007-10-171-4/+10
| | | | 'make distclean' now cleans more files.
* * configure.ac: Changed version to 0.3.2.9.Richard W.M. Jones2007-09-271-3/+3
| | | | | | | * Makefile.in: Re-enable virt-df. * virt-df/virt_df*.ml: Mostly finished off the core of virt-df. Ext2/3 support. No LVM as yet. * virt-df/README: Added README file.
* * Makefile.in: Disable virt-df in this release until I haveRichard W.M. Jones2007-09-201-13/+40
| | | | | | time to fix it properly. * Makefile.in: Fix 'check-manifest' rule. Added 'make release'. * MANIFEST: Updated MANIFEST.
* * Makefile.in: Disable virt-df in this release until I haveRichard W.M. Jones2007-09-201-3/+3
| | | | time to fix it properly.
* Basic version, just prints the domains and disk/file mappings.rjones@amd2007-09-041-0/+5
|
* Initial import from CVS.rjones@localhost2007-08-301-0/+74