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

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