linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.41k stars 637 forks source link

build: separate builds of libnvme and nvme-cli #2366

Closed igaw closed 1 month ago

igaw commented 1 month ago

Build and install libnvme separately from libnvme. This should catch any attempts to include private headers from the library.

Also this is what distro usually do, so we should test this as well.