
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1196959081 28800 # Node ID 9645be7b079b882978e9ef636c128fef95967497 # Parent d9af4651f76314647dbda82f5ccf3d926ce9dc05 Fix missing migration header for distribution Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r d9af4651f763 -r 9645be7b079b src/Makefile.am --- a/src/Makefile.am Wed Dec 05 09:42:26 2007 +0100 +++ b/src/Makefile.am Thu Dec 06 08:38:01 2007 -0800 @@ -15,7 +15,9 @@ noinst_HEADERS = profiles.h svpc_types.h Virt_SettingsDefineCapabilities.h \ Virt_VirtualSystemManagementCapabilities.h \ Virt_VirtualSystemManagementService.h \ - Virt_VSSD.h + Virt_VSSD.h \ + Virt_VSMigrationCapabilities.h \ + Virt_VSMigrationService.h XKUADD = $(top_builddir)/libxkutil/libxkutil.la