
# HG changeset patch # User Kaitlin Rupert <karupert@us.ibm.com> # Date 1254941459 25200 # Node ID 10f3bc589ff7754578b96b77a735526425d1e212 # Parent 428eca03998023f2f1b37ba7e2504c23d5ee80b9 Fix indention in Makefile.am At some point, then indention switches from tabs to spaces. This fixes that issue. Signed-off-by: Kaitlin Rupert <karupert@us.ibm.com> diff -r 428eca039980 -r 10f3bc589ff7 Makefile.am --- a/Makefile.am Tue Sep 22 11:46:03 2009 -0600 +++ b/Makefile.am Wed Oct 07 11:50:59 2009 -0700 @@ -47,16 +47,15 @@ schema/VirtualSystemSnapshotServiceCapabilities.mof \ schema/ConcreteComponent.mof \ schema/ConsoleRedirectionService.mof \ - schema/ConsoleRedirectionServiceCapabilities.mof \ - schema/ServiceAffectsElement.mof \ - schema/KVMRedirectionSAP.mof \ - schema/DisplayController.mof \ - schema/PointingDevice.mof \ - schema/GraphicsPool.mof \ - schema/InputPool.mof \ - schema/HostedAccessPoint.mof \ - schema/ServiceAccessBySAP.mof \ - schema/SAPAvailableForElement.mof + schema/ConsoleRedirectionServiceCapabilities.mof \ + schema/ServiceAffectsElement.mof \ + schema/KVMRedirectionSAP.mof \ + schema/DisplayController.mof \ + schema/PointingDevice.mof \ + schema/InputPool.mof \ + schema/HostedAccessPoint.mof \ + schema/ServiceAccessBySAP.mof \ + schema/SAPAvailableForElement.mof INTEROP_MOFS = \ schema/ComputerSystem.mof \ @@ -122,16 +121,16 @@ schema/VirtualSystemSnapshotServiceCapabilities.registration \ schema/ConcreteComponent.registration \ schema/ConsoleRedirectionService.registration \ - schema/ConsoleRedirectionServiceCapabilities.registration \ - schema/ServiceAffectsElement.registration \ - schema/KVMRedirectionSAP.registration \ - schema/DisplayController.registration \ - schema/PointingDevice.registration \ - schema/GraphicsPool.registration \ - schema/InputPool.registration \ - schema/HostedAccessPoint.registration \ - schema/ServiceAccessBySAP.registration \ - schema/SAPAvailableForElement.registration + schema/ConsoleRedirectionServiceCapabilities.registration \ + schema/ServiceAffectsElement.registration \ + schema/KVMRedirectionSAP.registration \ + schema/DisplayController.registration \ + schema/PointingDevice.registration \ + schema/GraphicsPool.registration \ + schema/InputPool.registration \ + schema/HostedAccessPoint.registration \ + schema/ServiceAccessBySAP.registration \ + schema/SAPAvailableForElement.registration INTEROP_REGS = \ schema/RegisteredProfile.registration \