1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-07 11:26:07 +00:00

fix pkg-config reporting of private libraries needed for static linking

This commit is contained in:
Yang Tse
2008-06-09 01:06:48 +00:00
parent f953ff981c
commit 4ccd0a85b1
4 changed files with 13 additions and 3 deletions

View File

@ -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@