summaryrefslogtreecommitdiffstats
path: root/dhash/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Fix RPM generation issues with sssdStephen Gallagher2009-05-191-2/+2
| | | | | | | | | | | Ensures that the common libraries build statically. Also ensures that the sssd.spec creates the SYSV init script with the appropriate permissions. Cleans up the useless rpmdist target that was obsolete. Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files were dangling symlinks.
* Enable modular build of common SSSD librariesStephen Gallagher2009-05-141-0/+20
Allow configuration and build of individual SSSD utility libraries from their own subdirectories. Building all utilities is still possible recursively from the common root.