summaryrefslogtreecommitdiff
path: root/libcares.pc.in
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-06-09 01:06:48 +0000
committerYang Tse <yangsita@gmail.com>2008-06-09 01:06:48 +0000
commit4ccd0a85b129b245e890f50a021084a9062e194f (patch)
treecedb66220c6a887c3c1a6de5cf4e43fb4a1ce667 /libcares.pc.in
parentf953ff981cea08674f82f8934ed454b1ca1166eb (diff)
downloadc-ares-4ccd0a85b129b245e890f50a021084a9062e194f.tar.gz
c-ares-4ccd0a85b129b245e890f50a021084a9062e194f.tar.bz2
c-ares-4ccd0a85b129b245e890f50a021084a9062e194f.zip
fix pkg-config reporting of private libraries needed for static linking
Diffstat (limited to 'libcares.pc.in')
-rw-r--r--libcares.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcares.pc.in b/libcares.pc.in
index 82652ca..df6a0aa 100644
--- a/libcares.pc.in
+++ b/libcares.pc.in
@@ -3,7 +3,7 @@
# / __|____ / _` | '__/ _ \/ __|
# | (_|_____| (_| | | | __/\__ \
# \___| \__,_|_| \___||___/
-# $id: $
+# $Id$
#
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -18,3 +18,4 @@ Requires:
Requires.private:
Cflags: -I${includedir}
Libs: -L${libdir} -lcares
+Libs.private: @CARES_PRIVATE_LIBS@