[Libvirt-cim] [PATCH] Fix missing Virt_AllocationCapabilities.h header inclusion in dist

Dan Smith danms at us.ibm.com
Wed Feb 13 21:37:45 UTC 2008


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1202938649 28800
# Node ID abb9ef8863c4cc27abaac3d98ac43dded5b9f19e
# Parent  460476bb31d6d3d2e400396e3797cfc6697744fd
Fix missing Virt_AllocationCapabilities.h header inclusion in dist

Signed-off-by: Dan Smith <danms at us.ibm.com>

diff -r 460476bb31d6 -r abb9ef8863c4 src/Makefile.am
--- a/src/Makefile.am	Wed Feb 13 09:27:52 2008 -0800
+++ b/src/Makefile.am	Wed Feb 13 13:37:29 2008 -0800
@@ -16,7 +16,8 @@ noinst_HEADERS = profiles.h svpc_types.h
     Virt_VirtualSystemManagementService.h       \
     Virt_VSSD.h					\
     Virt_VSMigrationCapabilities.h              \
-    Virt_VSMigrationService.h
+    Virt_VSMigrationService.h                   \
+    Virt_AllocationCapabilities.h
 
 XKUADD = $(top_builddir)/libxkutil/libxkutil.la
 




More information about the Libvirt-cim mailing list