diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-30 22:36:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-30 22:36:10 +0000 |
commit | 61d0a8bdffbbb7229776d2f4f2e79ed22d21551f (patch) | |
tree | 2e249969fedce45eb37ae6314ad167595900fe38 /src/meson.build | |
parent | Releasing debian version 1.4-4. (diff) | |
download | libnvme-61d0a8bdffbbb7229776d2f4f2e79ed22d21551f.tar.xz libnvme-61d0a8bdffbbb7229776d2f4f2e79ed22d21551f.zip |
Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 3732f8c..e8b667c 100644 --- a/src/meson.build +++ b/src/meson.build @@ -7,6 +7,7 @@ # sources = [ 'nvme/cleanup.c', + 'nvme/nbft.c', 'nvme/fabrics.c', 'nvme/filters.c', 'nvme/ioctl.c', @@ -125,6 +126,7 @@ install_headers([ 'nvme/ioctl.h', 'nvme/linux.h', 'nvme/log.h', + 'nvme/nbft.h', 'nvme/tree.h', 'nvme/types.h', 'nvme/util.h', |