From 43b894e0ef93f380dcd8b1b20a3cd6626a8f3b7d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 18 Jan 2008 18:43:20 +0000 Subject: Move to autogeneration of many C bindings. * 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. --- libvirt/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libvirt/Makefile.in') diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index 53b25b0..9387bc9 100644 --- a/libvirt/Makefile.in +++ b/libvirt/Makefile.in @@ -98,6 +98,10 @@ $(BYTE_TARGETS) $(OPT_TARGETS): endif endif +# Automatically generate the C code from a Perl script 'generator.pl'. +libvirt_c.c: generator.pl + perl -w $< > $@ + libvirt.cmo: libvirt.cmi libvirt.cmi: libvirt.mli -- cgit