diff options
Diffstat (limited to 'common/dhash/dhash.pc.in')
-rw-r--r-- | common/dhash/dhash.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dhash/dhash.pc.in b/common/dhash/dhash.pc.in index be62b373a..7dfc8a35d 100644 --- a/common/dhash/dhash.pc.in +++ b/common/dhash/dhash.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: dhash +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 |