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, 0 insertions, 11 deletions
diff --git a/common/dhash/dhash.pc.in b/common/dhash/dhash.pc.in
deleted file mode 100644
index 7dfc8a35d..000000000
--- a/common/dhash/dhash.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-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/