summaryrefslogtreecommitdiffstats
path: root/src/service-dbus
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2013-05-13 16:50:48 +0200
committerVitezslav Crhonek <vcrhonek@redhat.com>2013-05-13 16:50:48 +0200
commit49f24c757a1716921ad8df232fc440f913e87ade (patch)
treeef5b7eb55525dd74119f2e1434056d76d6b94698 /src/service-dbus
parent78244e3db39e98e3243f82f153cf9ca350904879 (diff)
downloadopenlmi-providers-49f24c757a1716921ad8df232fc440f913e87ade.tar.gz
openlmi-providers-49f24c757a1716921ad8df232fc440f913e87ade.tar.xz
openlmi-providers-49f24c757a1716921ad8df232fc440f913e87ade.zip
service: fix mof name
Diffstat (limited to 'src/service-dbus')
-rw-r--r--src/service-dbus/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service-dbus/CMakeLists.txt b/src/service-dbus/CMakeLists.txt
index 1627a0f..f36e17b 100644
--- a/src/service-dbus/CMakeLists.txt
+++ b/src/service-dbus/CMakeLists.txt
@@ -1,7 +1,7 @@
set(PROVIDER_NAME Service)
set(LIBRARY_NAME cmpiLMI_${PROVIDER_NAME})
-set(MOF LMI_Service.mof)
+set(MOF 60_LMI_Service.mof)
set(provider_SRCS
util/serviceutil.c