summaryrefslogtreecommitdiffstats
path: root/common/collection/collection.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Enable modular build of common SSSD librariesStephen Gallagher2009-05-141-1/+1
| | | | | | Allow configuration and build of individual SSSD utility libraries from their own subdirectories. Building all utilities is still possible recursively from the common root.
* Build system improvements for common toolsStephen Gallagher2009-04-131-0/+11
Allows building shared or static libraries using autotools and provides a pkg-config file to simplify inclusion into other parts of the project (or other projects in the future) For now, we will statically link the collection library and INI parser.