summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Update MANIFEST and fix 'make dist'.Richard W.M. Jones2011-08-121-0/+2
| | | | | make dist now copies the generated manual pages into the tarball, so that we don't have to keep these generated files in git.
* HACKING file, update (C) messages.Richard Jones2009-10-061-1/+1
|
* Remove NSIS installer.Richard Jones2009-10-061-14/+0
|
* Fix changelog and manifest files.Richard Jones2009-10-051-3/+3
|
* Rebuild ChangeLog file automatically when we distribute.Richard W.M. Jones2008-07-161-4/+7
|
* *** THIS REPO IS JUST FOR VIRT-TOP NOW ***Richard W.M. Jones2008-04-161-73/+2
| | | | | - See http://hg.et.redhat.com/applications/virt/ for bindings and the other applications.
* Move programming information to libvirt generated doc.Richard W.M. Jones2008-01-081-0/+1
| | | | | | | | | | * README, libvirt/libvirt.mli: Moved programming information to libvirt generated documentation, greatly expanded examples and other issues. * examples/Makefile.in, examples/node_info.ml, examples/.depend: Added node_info example program. * .hgignore, Makefile.in: Ignore, clean up node_info binary. * examples/list_domains.ml: Make a read-only connection.
* Clean up *.exe files.Richard W.M. Jones2008-01-081-1/+1
| | | | * Makefile.in: Clean up *.exe files.
* Version 0.4.0.1 released.Richard W.M. Jones2008-01-081-2/+9
| | | | * Makefile.in: Provide a 'winupload' target.
* mlvirtmanager renamed as virt-ctrl.Richard W.M. Jones2008-01-071-2/+2
| | | | | | | | * .hgignore, Makefile.in, configure.ac: Rename mlvirtmanager as virt-ctrl to avoid any confusion with the real virt-manager. * mlvirtmanager/, virt-ctrl/: Subdirectory moved. * README: Supporting documentation updated.
* Fix executable permissions added by Windoze.Richard W.M. Jones2008-01-071-0/+0
|
* Include mlvirtmanager in the Windows installer.Richard W.M. Jones2008-01-071-1/+1
| | | | | | | | * wininstaller.nsis.in: Include mlvirtmanager in the Windows installer. * Makefile.in: Re-enable native code builds for Windows installer. * mlvirtmanager/Makefile.in: Pass $(LDFLAGS) when building on Windows - you need to specify the location of $GTK/lib.
* Bundle Gtk DLLs and support files in the Windows installer.Richard W.M. Jones2008-01-071-1/+1
| | | | | | | | * configure.ac: Detect library paths instead of hard- coding them. * wininstaller.nsis (removed): This file is now autogenerated. * wininstaller.nsis.in: Bundle Gtk DLLs and support files. * Makefile.in: More verbose messages from NSIS.
* Basic framework for NSIS.Richard W.M. Jones2008-01-071-0/+14
|
* 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