Blame libcares.pc.in

Packit 514978
#***************************************************************************
Packit 514978
# Project        ___       __ _ _ __ ___  ___ 
Packit 514978
#               / __|____ / _` | '__/ _ \/ __|
Packit 514978
#              | (_|_____| (_| | | |  __/\__ \
Packit 514978
#               \___|     \__,_|_|  \___||___/
Packit 514978
#
Packit 514978
prefix=@prefix@
Packit 514978
exec_prefix=@exec_prefix@
Packit 514978
libdir=@libdir@
Packit 514978
includedir=@includedir@
Packit 514978
Packit 514978
Name: c-ares
Packit 514978
URL: http://daniel.haxx.se/projects/c-ares/
Packit 514978
Description: asynchronous DNS lookup library
Packit 514978
Version: @VERSION@
Packit 514978
Requires: 
Packit 514978
Requires.private: 
Packit 514978
Cflags: -I${includedir} @CPPFLAG_CARES_STATICLIB@
Packit 514978
Libs: -L${libdir} -lcares
Packit 514978
Libs.private: @CARES_PRIVATE_LIBS@