Merging upstream version 1.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
de317aafca
commit
a2fa71affa
762 changed files with 7536 additions and 1096 deletions
|
@ -39,3 +39,12 @@ executable(
|
|||
dependencies: libnvme_mi_dep,
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
if libsystemd_dep.found()
|
||||
executable(
|
||||
'mi-conf',
|
||||
['mi-conf.c'],
|
||||
dependencies: [libnvme_mi_dep, libsystemd_dep],
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue