diff options
Diffstat (limited to '')
-rw-r--r-- | libnvme.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libnvme.pc.in b/libnvme.pc.in new file mode 100644 index 0000000..a1867aa --- /dev/null +++ b/libnvme.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=${prefix} +libdir=@libdir@ +includedir=@includedir@ + +Name: @NAME@ +Version: @VERSION@ +Description: Manage "libnvme" subsystem devices (Non-volatile Memory Express) +URL: http://github.com/linux-nvme/libnvme/ + +Libs: -L${libdir} -lnvme +Cflags: -I${includedir} |