[libvirt] [PATCH] Add missing parallels_utils.h to Makefile.am

Daniel Veillard veillard at redhat.com
Wed Aug 1 08:16:34 UTC 2012


Otherwise the file is missing from the dist tarball and distcheck fails

Pushed under the build breaker rule

Daniel

diff --git a/src/Makefile.am b/src/Makefile.am
index c5dc28a..b48ce65 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -532,7 +532,8 @@ HYPERV_DRIVER_EXTRA_DIST =							\
 PARALLELS_DRIVER_SOURCES =					\
 		parallels/parallels_driver.h			\
 		parallels/parallels_driver.c			\
-		parallels/parallels_utils.c				\
+		parallels/parallels_utils.c			\
+		parallels/parallels_utils.h			\
 		parallels/parallels_storage.c
 
 NETWORK_DRIVER_SOURCES =					\

-- 
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