summaryrefslogtreecommitdiffstats
path: root/virt-df/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Removed virt-ctrl, virt-df, ocaml-libvirt - now in separate repositories.Richard W.M. Jones2008-04-161-109/+0
|
* Metadata parser.Richard W.M. Jones2008-04-151-0/+8
|
* pa_bitmatch package added. xml-light is now optional. MBR code now in its ↵Richard W.M. Jones2008-04-141-6/+13
| | | | own file.
* Internationalize virt-df program.Richard W.M. Jones2008-03-281-5/+13
|
* Don't link virt-df with ncurses.rjones@thinkpad.home.annexia.org2008-03-051-1/+1
|
* "Finish off" this program, add manpage.Richard W.M. Jones2008-03-041-11/+11
|
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-051-0/+0
| | | | | | | | | | | | | * 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.
* 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-2/+0
| | | | 'make distclean' now cleans more files.
* * configure.ac: Changed version to 0.3.2.9.Richard W.M. Jones2007-09-271-4/+8
| | | | | | | * 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.
* Basic version, just prints the domains and disk/file mappings.rjones@amd2007-09-041-0/+67