RELEASE-NOTES: two more bug fixes
[platform/upstream/c-ares.git] / libcares.pc.in
1 #***************************************************************************
2 # Project        ___       __ _ _ __ ___  ___ 
3 #               / __|____ / _` | '__/ _ \/ __|
4 #              | (_|_____| (_| | | |  __/\__ \
5 #               \___|     \__,_|_|  \___||___/
6 #
7 prefix=@prefix@
8 exec_prefix=@exec_prefix@
9 libdir=@libdir@
10 includedir=@includedir@
11
12 Name: c-ares
13 URL: http://daniel.haxx.se/projects/c-ares/
14 Description: asynchronous DNS lookup library
15 Version: @VERSION@
16 Requires: 
17 Requires.private: 
18 Cflags: -I${includedir} @CPPFLAG_CARES_STATICLIB@
19 Libs: -L${libdir} -lcares
20 Libs.private: @CARES_PRIVATE_LIBS@