summaryrefslogtreecommitdiffstats
path: root/common/dhash/dhash.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'common/dhash/dhash.pc.in')
-rw-r--r--common/dhash/dhash.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/dhash/dhash.pc.in b/common/dhash/dhash.pc.in
new file mode 100644
index 000000000..be62b373a
--- /dev/null
+++ b/common/dhash/dhash.pc.in
@@ -0,0 +1,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: @PACKAGE_VERSION@
+Libs: -L${libdir} -ldhash
+Cflags: -I${includedir}
+URL: http://fedorahosted.org/sssd/