inet_ntop.c: s/socklen_t/ares_socklen_t
[platform/upstream/c-ares.git] / libcares.pc.in
index 315b2df..e757c1b 100644 (file)
@@ -3,7 +3,6 @@
 #               / __|____ / _` | '__/ _ \/ __|
 #              | (_|_____| (_| | | |  __/\__ \
 #               \___|     \__,_|_|  \___||___/
-# $id: $
 #
 prefix=@prefix@
 exec_prefix=@exec_prefix@
@@ -12,9 +11,10 @@ includedir=@includedir@
 
 Name: c-ares
 URL: http://daniel.haxx.se/projects/c-ares/
-Description: asyncronous DNS lookup library
+Description: asynchronous DNS lookup library
 Version: @VERSION@
 Requires: 
 Requires.private: 
-Cflags: -I${includedir}
+Cflags: -I${includedir} @CPPFLAG_CARES_STATICLIB@
 Libs: -L${libdir} -lcares
+Libs.private: @CARES_PRIVATE_LIBS@