]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add missing parallels_utils.h to Makefile.am
authorDaniel Veillard <veillard@redhat.com>
Wed, 1 Aug 2012 06:12:09 +0000 (14:12 +0800)
committerDaniel Veillard <veillard@redhat.com>
Wed, 1 Aug 2012 06:12:09 +0000 (14:12 +0800)
Otherwise the file is missing from the dist tarball and distcheck fails

src/Makefile.am

index c5dc28a2e336abceffdf20dd6bf745af7c12bc1a..b48ce6581a2b2f4d7deb03b2f08a7157cf146d08 100644 (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 =                                       \