summaryrefslogtreecommitdiffstats
path: root/mof/CMakeLists.txt
blob: 6a1ae15bf8516e6fe44ce6d4f9b54d5a0edef130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

install(FILES 05_LMI_Qualifiers.mof 30_LMI_Jobs.mof DESTINATION share/openlmi-providers/)

if (WITH-FAN)
    install(FILES 60_LMI_Fan.mof DESTINATION share/openlmi-providers/)
endif (WITH-FAN)

if (WITH-POWER)
    install(FILES 60_LMI_PowerManagement.mof DESTINATION share/openlmi-providers/)
endif (WITH-POWER)

if (WITH-SERVICE)
    install(FILES 60_LMI_Service.mof DESTINATION share/openlmi-providers/)
endif (WITH-SERVICE)

if (WITH-SERVICE-LEGACY)
    install(FILES 60_LMI_Service-legacy.mof DESTINATION share/openlmi-providers
            RENAME 60_LMI_Service.mof)
endif (WITH-SERVICE-LEGACY)

if (WITH-ACCOUNT)
    install(FILES 60_LMI_Account.mof DESTINATION share/openlmi-providers/)
endif (WITH-ACCOUNT)

if (WITH-HARDWARE)
    install(FILES 60_LMI_Hardware.mof DESTINATION share/openlmi-providers/)
endif (WITH-HARDWARE)

if (WITH-LOGICALFILE)
    install(FILES 60_LMI_LogicalFile.mof DESTINATION share/openlmi-providers/)
endif (WITH-LOGICALFILE)

if (WITH-REALMD)
    install(FILES 60_LMI_Realmd.mof DESTINATION share/openlmi-providers/)
endif (WITH-REALMD)

if (WITH-PCP)
    install(FILES 60_LMI_PCP.mof DESTINATION share/openlmi-providers/)
endif (WITH-PCP)

if (WITH-SOFTWARE)
    install(FILES 60_LMI_Software.mof LMI_Software.reg
                  60_LMI_Software_MethodParameters.mof
                  70_LMI_SoftwareIndicationFilters.mof
            DESTINATION share/openlmi-providers/)
endif (WITH-SOFTWARE)

if (WITH-JOURNALD)
    install(FILES 60_LMI_Journald.mof
                  70_LMI_JournaldIndicationFilters.mof
            DESTINATION share/openlmi-providers/)
endif (WITH-JOURNALD)

if (WITH-LOCALE)
    install(FILES 60_LMI_Locale.mof DESTINATION share/openlmi-providers/)
endif (WITH-LOCALE)

if (WITH-SSSD)
    install(FILES 60_LMI_SSSD.mof DESTINATION share/openlmi-providers/)
endif (WITH-SSSD)