Adding upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
515eb29eee
commit
9ae445a706
1041 changed files with 6076 additions and 1170 deletions
|
@ -40,6 +40,20 @@ executable(
|
|||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
executable(
|
||||
'mi-mctp-csi-test',
|
||||
['mi-mctp-csi-test.c'],
|
||||
dependencies: [libnvme_mi_dep, threads_dep],
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
executable(
|
||||
'mi-mctp-ae',
|
||||
['mi-mctp-ae.c'],
|
||||
dependencies: libnvme_mi_dep,
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
if libdbus_dep.found()
|
||||
executable(
|
||||
'mi-conf',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue