From d3a45b5da98a22b6b94c73cd69f25a3ec7f9d8fa Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 14 May 2013 14:34:20 +0200 Subject: Remove the complex API dbus-style API from realmd provider As discussed, we want to expose a simple API for starters here with just a few methods and properties. If we need to grow from there it should be in the future when we have more experience modeling an appropriate CIM model which integrates well with the patterns and style of other CIM models. --- src/realmd/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/realmd/CMakeLists.txt') diff --git a/src/realmd/CMakeLists.txt b/src/realmd/CMakeLists.txt index cd6f6c8..7a03f49 100644 --- a/src/realmd/CMakeLists.txt +++ b/src/realmd/CMakeLists.txt @@ -8,10 +8,7 @@ set(MOF 60_LMI_Realmd.mof) set(provider_SRCS LMI_HostedRealmdServiceProvider.c - LMI_RealmdKerberosRealmProvider.c - LMI_RealmdRealmProvider.c LMI_RealmdServiceProvider.c - LMI_ServiceAffectsRealmdRealmProvider.c rdcp_dbus.c rdcp_error.c rdcp_util.c -- cgit