summaryrefslogtreecommitdiffstats
path: root/dhash/dhash.pc.in
blob: fbe8bc7ccdae2f82013403bd03822759c8437418 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: dhash
Description: A hash table which will dynamically resize to achieve optimal storage & access time properties
Version: @DHASH_VERSION@
Libs: -L${libdir} -ldhash
Cflags: -I${includedir}
URL: http://fedorahosted.org/sssd/