summaryrefslogtreecommitdiffstats
path: root/src/account
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-10-22 13:33:49 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-10-22 13:33:49 +0200
commit86a07232637625234cfa5116a96fb4602619b663 (patch)
treee316d5c618fb66ea0e6e892b89d89d04c1a75b5d /src/account
parentbcb2525736d91ff912b08fce8a7f503b034c2ca1 (diff)
downloadopenlmi-providers-86a07232637625234cfa5116a96fb4602619b663.tar.gz
openlmi-providers-86a07232637625234cfa5116a96fb4602619b663.tar.xz
openlmi-providers-86a07232637625234cfa5116a96fb4602619b663.zip
Change project name from Cura to OpenLMI
Diffstat (limited to 'src/account')
-rw-r--r--src/account/CMakeLists.txt8
-rw-r--r--src/account/macros.h6
2 files changed, 7 insertions, 7 deletions
diff --git a/src/account/CMakeLists.txt b/src/account/CMakeLists.txt
index ecb0945..7aa517e 100644
--- a/src/account/CMakeLists.txt
+++ b/src/account/CMakeLists.txt
@@ -1,6 +1,6 @@
set(PROVIDER_NAME Account)
-set(LIBRARY_NAME cmpiCura_${PROVIDER_NAME})
+set(LIBRARY_NAME cmpiLMI_${PROVIDER_NAME})
set(MOF LMI_Account.mof)
set(provider_SRCS
@@ -24,15 +24,15 @@ pkg_check_modules(LIBUSER REQUIRED libuser)
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR} ${GLIB_INCLUDE_DIRS})
-target_link_libraries(${LIBRARY_NAME} curacommon ${KONKRETCMPI_LIBRARIES} ${GLIB_LIBRARIES})
+target_link_libraries(${LIBRARY_NAME} openlmicommon ${KONKRETCMPI_LIBRARIES} ${GLIB_LIBRARIES})
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR} ${LIBUSER_INCLUDE_DIRS})
-target_link_libraries(${LIBRARY_NAME} curacommon ${KONKRETCMPI_LIBRARIES} ${LIBUSER_LIBRARIES})
+target_link_libraries(${LIBRARY_NAME} openlmicommon ${KONKRETCMPI_LIBRARIES} ${LIBUSER_LIBRARIES})
# Create registration file
-cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} share/cura-providers)
+cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} share/openlmi-providers)
install(TARGETS ${LIBRARY_NAME} DESTINATION lib${LIB_SUFFIX}/cmpi/)
diff --git a/src/account/macros.h b/src/account/macros.h
index 91fa2aa..9428c86 100644
--- a/src/account/macros.h
+++ b/src/account/macros.h
@@ -2,9 +2,9 @@
#define MACROS_H
/* Few global names of instances */
-#define LAMSNAME "Cura Linux Users Account Management Service"
-#define LAMCNAME "Cura Linux Users Account Management Capabilities"
-#define LEACNAME "Cura Linux Account Capabilities"
+#define LAMSNAME "OpenLMI Linux Users Account Management Service"
+#define LAMCNAME "OpenLMI Linux Users Account Management Capabilities"
+#define LEACNAME "OpenLMI Linux Account Capabilities"
/* Organization ID. Used for InstaceIDs */
#define ORGID "LMI"