[Libvirt-cim] [PATCH] Fix install of VSMigrationService

Dan Smith danms at us.ibm.com
Mon Mar 3 18:33:42 UTC 2008


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1204567099 28800
# Node ID 58da2f9d92e39567b75d8537a833aba0da994f92
# Parent  81d666eb81d9f63c5d066db9f1e5fd4386c2e1ae
Fix install of VSMigrationService

This moves VSMigrationService down in the list of providers, which seems
to fix it for me, but I have no idea why.

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

diff -r 81d666eb81d9 -r 58da2f9d92e3 src/Makefile.am
--- a/src/Makefile.am	Mon Mar 03 08:25:00 2008 -0800
+++ b/src/Makefile.am	Mon Mar 03 09:58:19 2008 -0800
@@ -55,12 +55,12 @@ provider_LTLIBRARIES = libVirt_ComputerS
                        libVirt_SettingsDefineState.la \
                        libVirt_ResourceAllocationFromPool.la \
                        libVirt_ElementAllocatedFromPool.la \
-                       libVirt_VSMigrationService.la \
                        libVirt_HostedService.la \
                        libVirt_ElementSettingData.la \
                        libVirt_VSMigrationCapabilities.la \
                        libVirt_VSMigrationSettingData.la \
                        libVirt_VirtualSystemSnapshotService.la \
+                       libVirt_VSMigrationService.la \
                        libVirt_VirtualSystemSnapshotServiceCapabilities.la
 
 libVirt_ComputerSystem_la_SOURCES = Virt_ComputerSystem.c




More information about the Libvirt-cim mailing list