diff options
Diffstat (limited to '')
-rw-r--r-- | src/liburing/liburing.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/liburing/liburing.pc.in b/src/liburing/liburing.pc.in new file mode 100644 index 000000000..e621939ef --- /dev/null +++ b/src/liburing/liburing.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=${prefix} +libdir=@libdir@ +includedir=@includedir@ + +Name: @NAME@ +Version: @VERSION@ +Description: io_uring library +URL: http://git.kernel.dk/cgit/liburing/ + +Libs: -L${libdir} -luring +Cflags: -I${includedir} |