Adding upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
65508f0a28
commit
c0fbec1eb4
571 changed files with 10718 additions and 2738 deletions
12
plugins/lm/meson.build
Normal file
12
plugins/lm/meson.build
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue