0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/deps/uv/libuv.pc.in

13 lines
274 B
PkgConfig
Raw Normal View History

2013-12-13 19:35:09 +01:00
prefix=@prefix@
exec_prefix=${prefix}
2013-12-13 19:35:09 +01:00
libdir=@libdir@
includedir=@includedir@
Name: libuv
2013-12-13 19:35:09 +01:00
Version: @PACKAGE_VERSION@
Description: multi-platform support library with a focus on asynchronous I/O.
URL: http://libuv.org/
2013-12-13 19:35:09 +01:00
2014-03-11 01:01:21 +01:00
Libs: -L${libdir} -luv @LIBS@
2013-12-13 19:35:09 +01:00
Cflags: -I${includedir}