[libvirt] [PATCH] fix make dist, ESX method generated files missing

Daniel Veillard veillard at redhat.com
Mon Apr 26 15:04:41 UTC 2010


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/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list