it was missing the new ESX method generated files, leading to a failure
to build the resulting tarball, so I commited this simple fix,

Daniel

diff --git a/src/Makefile.am b/src/Makefile.am
index 6435f01..fc64927 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -256,6 +256,8 @@ ESX_DRIVER_SOURCES =                                        
        \
                esx/esx_vmx.c esx/esx_vmx.h
 
 ESX_DRIVER_GENERATED =                                                 \
+               esx/esx_vi_methods.generated.c                          \
+               esx/esx_vi_methods.generated.h                          \
                esx/esx_vi_types.generated.c                            \
                esx/esx_vi_types.generated.h                            \
                esx/esx_vi_types.generated.typedef                      \

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to