mirror of https://github.com/getdnsapi/getdns.git
12 lines
233 B
PkgConfig
12 lines
233 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: getdns
|
||
|
Version: @GETDNS_VERSION@
|
||
|
Description: A modern asynchronous DNS library
|
||
|
|
||
|
Libs: -L${libdir} -lgetdns
|
||
|
Cflags: -I${includedir}
|