summaryrefslogtreecommitdiffstats
path: root/libvirt/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Removed virt-ctrl, virt-df, ocaml-libvirt - now in separate repositories.Richard W.M. Jones2008-04-161-126/+0
|
* Install the *.cmi files as well.Richard W.M. Jones2008-03-191-1/+2
|
* Further work on storage API and autogenerating bindings.Richard W.M. Jones2008-01-191-4/+8
|
* Add 'make autostatus' target so we can test how we autogeneration of ↵Richard W.M. Jones2008-01-181-0/+7
| | | | bindings is going.
* Move to autogeneration of many C bindings.Richard W.M. Jones2008-01-181-0/+4
| | | | | | | * configure.ac, libvirt/libvirt_c.c, libvirt/generator.pl: Many C bindings can now be autogenerated using a Perl script. Also includes preliminary support for the experimental storage API.
* Fix executable permissions added by Windoze.Richard W.M. Jones2008-01-071-0/+0
|
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-051-13/+64
| | | | | | | | | | | | | * 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-1/+1
| | | | | | | * 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.
* 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.
* Initial import from CVS.rjones@localhost2007-08-301-0/+44