From 409c7b37c123627604f719c489d1cf2def312942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sun, 2 Mar 2014 11:46:32 +0100 Subject: [PATCH] build: add required libraries to libuv.pc.in --- libuv.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuv.pc.in b/libuv.pc.in index 86c1a126c..2933ec225 100644 --- a/libuv.pc.in +++ b/libuv.pc.in @@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Description: multi-platform support library with a focus on asynchronous I/O. -Libs: -L${libdir} -luv +Libs: -L${libdir} -luv @LIBS@ Cflags: -I${includedir}