diff options
Diffstat (limited to 'libuv.pc.in')
-rw-r--r-- | libuv.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libuv.pc.in b/libuv.pc.in new file mode 100644 index 0000000000..86c1a126cd --- /dev/null +++ b/libuv.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: @PACKAGE_NAME@ +Version: @PACKAGE_VERSION@ +Description: multi-platform support library with a focus on asynchronous I/O. + +Libs: -L${libdir} -luv +Cflags: -I${includedir} |