From: Daniel Veillard Date: Wed, 1 Aug 2012 06:12:09 +0000 (+0800) Subject: Add missing parallels_utils.h to Makefile.am X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=04cd70bfd326bda5b1e72a6e10c873a41e759f43;p=libvirt.git Add missing parallels_utils.h to Makefile.am Otherwise the file is missing from the dist tarball and distcheck fails --- diff --git a/src/Makefile.am b/src/Makefile.am index c5dc28a2e3..b48ce6581a 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 = \