From 04cd70bfd326bda5b1e72a6e10c873a41e759f43 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 1 Aug 2012 14:12:09 +0800 Subject: [PATCH] Add missing parallels_utils.h to Makefile.am Otherwise the file is missing from the dist tarball and distcheck fails --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = \ -- GitLab