Add missing parallels_utils.h to Makefile.am

Otherwise the file is missing from the dist tarball and distcheck fails
This commit is contained in:
Daniel Veillard 2012-08-01 14:12:09 +08:00
parent 7024ddfc09
commit 04cd70bfd3

View File

@ -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 = \