[zypp-commit] <cmpi-zypp> master : Implement SUSE_InstallationServiceAffectsSoftwareIdentity

ref: refs/heads/master commit 49dcc0205f15a1afc65ffdbe3adf4c738967de4c Author: Michael Calmer <mc@suse.de> Date: Fri Jan 30 16:07:57 2009 +0100 Implement SUSE_InstallationServiceAffectsSoftwareIdentity --- mof/CMakeLists.txt | 2 ++ mof/deploy.mof | 1 + src/CMakeLists.txt | 2 ++ 3 files changed, 5 insertions(+), 0 deletions(-) diff --git a/mof/CMakeLists.txt b/mof/CMakeLists.txt index 920ae3d..29d62a8 100644 --- a/mof/CMakeLists.txt +++ b/mof/CMakeLists.txt @@ -12,6 +12,8 @@ INSTALL( FILES SUSE_HostedCollection.mof SUSE_SoftwareInstallationService.mof SUSE_SoftwareInstallationService.sfcb.reg + SUSE_InstallationServiceAffectsSoftwareIdentity.mof + SUSE_InstallationServiceAffectsSoftwareIdentity.sfcb.reg deploy.mof DESTINATION ${CMPIZYPP_DATA_DIR}/ ) diff --git a/mof/deploy.mof b/mof/deploy.mof index d6df3a7..f30958b 100644 --- a/mof/deploy.mof +++ b/mof/deploy.mof @@ -5,4 +5,5 @@ #pragma include ("SUSE_MemberOfCollection.mof") #pragma include ("SUSE_HostedCollection.mof") #pragma include ("SUSE_SoftwareInstallationService.mof") +#pragma include ("SUSE_InstallationServiceAffectsSoftwareIdentity.mof") diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f25077f..876a072 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,6 +15,7 @@ SET( CMPIZYPP_SRCS SUSE_MemberOfCollectionProvider.cc SUSE_HostedCollectionProvider.cc SUSE_SoftwareInstallationServiceProvider.cc + SUSE_InstallationServiceAffectsSoftwareIdentityProvider.cc ) SET( CMPIZYPP_HEADERS SUSE_Common.h @@ -26,6 +27,7 @@ SET( CMPIZYPP_HEADERS SUSE_HostedCollectionProvider.h SUSE_AssocFilter.h SUSE_SoftwareInstallationServiceProvider.h + SUSE_InstallationServiceAffectsSoftwareIdentityProvider.h ) ADD_LIBRARY(cmpi-zypp SHARED ${CMPIZYPP_SRCS}) -- To unsubscribe, e-mail: zypp-commit+unsubscribe@opensuse.org For additional commands, e-mail: zypp-commit+help@opensuse.org
participants (1)
-
Michael Calmer