diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-05-12 11:51:20 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-05-14 11:34:04 -0400 |
commit | 798af224b66e25b694569f70e86262f7867917cf (patch) | |
tree | 80950d451cc75c99ad3cd8c5e07faa91ec34b1bc /common/dhash/dhash.pc.in | |
parent | 24ad71529edd3ef6cfe7785d6c6e4f51d5cc42db (diff) | |
download | sssd-798af224b66e25b694569f70e86262f7867917cf.tar.gz sssd-798af224b66e25b694569f70e86262f7867917cf.tar.xz sssd-798af224b66e25b694569f70e86262f7867917cf.zip |
Enable modular build of common SSSD libraries
Allow configuration and build of individual SSSD utility libraries
from their own subdirectories. Building all utilities is still
possible recursively from the common root.
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 |