From a7d58845973f1e81e6cfc7d2a64b1456c1b17de8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 23 Sep 2010 14:39:09 +0200 Subject: Fix version handling of the libraries --- dhash/dhash.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dhash') diff --git a/dhash/dhash.pc.in b/dhash/dhash.pc.in index 7dfc8a3..fbe8bc7 100644 --- a/dhash/dhash.pc.in +++ b/dhash/dhash.pc.in @@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: @PACKAGE_NAME@ +Name: dhash Description: A hash table which will dynamically resize to achieve optimal storage & access time properties -Version: @PACKAGE_VERSION@ +Version: @DHASH_VERSION@ Libs: -L${libdir} -ldhash Cflags: -I${includedir} URL: http://fedorahosted.org/sssd/ -- cgit