From 89d8cdfc7e0ba7b2d9cf16a34b8e4a035c851d28 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 17 Mar 2010 12:25:50 -0400 Subject: [PATCH] Fix make dist with XenAPI changes --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3156715b25..c6371fb2a5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -208,7 +208,7 @@ QEMU_DRIVER_SOURCES = \ XENAPI_DRIVER_SOURCES = \ xenapi/xenapi_driver.c xenapi/xenapi_driver.h \ - xenapi_driver_private.h \ + xenapi/xenapi_driver_private.h \ xenapi/xenapi_utils.c xenapi/xenapi_utils.h UML_DRIVER_SOURCES = \ -- 2.47.2