summaryrefslogtreecommitdiff
path: root/common/collection/collection.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2009-05-14Enable modular build of common SSSD librariesStephen Gallagher1-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.
2009-04-13Build system improvements for common toolsStephen Gallagher1-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.