summaryrefslogtreecommitdiffstats
path: root/contrib/ldns/packaging/libldns.pc.in
blob: 923b688379d79c52674f238704f67a36325fcb02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: ldns
Description: Library for DNS programming
URL: http://www.nlnetlabs.nl/projects/ldns
Version: @PACKAGE_VERSION@
Requires: 
Libs: -L${libdir} -lldns
Libs.private: @LDFLAGS@
Cflags: -I${includedir} 
OpenPOWER on IntegriCloud