12 lines
217 B
Meson
12 lines
217 B
Meson
|
sources += [
|
||
|
'plugins/lm/lm-nvme.c',
|
||
|
'plugins/lm/lm-print.c',
|
||
|
'plugins/lm/lm-print-stdout.c',
|
||
|
'plugins/lm/lm-print-binary.c',
|
||
|
]
|
||
|
|
||
|
if json_c_dep.found()
|
||
|
sources += [
|
||
|
'plugins/lm/lm-print-json.c',
|
||
|
]
|
||
|
endif
|