# HG changeset patch
# User Dan Smith <danms(a)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(a)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