diff options
author | Dmitri Pal <dpal@redhat.com> | 2009-06-11 10:24:25 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-07-01 09:17:39 -0400 |
commit | 77c350b05bf4a2ec35512699d3450490ba9d6aff (patch) | |
tree | 0de356caacdb1e55de01b8f62ed0f859bd924b7d /common/collection/Makefile.am | |
parent | f89f2f91cc3ff455041b1ca887904e860de6c896 (diff) | |
download | sssd-77c350b05bf4a2ec35512699d3450490ba9d6aff.tar.gz sssd-77c350b05bf4a2ec35512699d3450490ba9d6aff.tar.xz sssd-77c350b05bf4a2ec35512699d3450490ba9d6aff.zip |
Adding INSERT into collection functionality.
Add was always insterting at the end of the collection.
With this change one can control where the item is
inserted and deal with the duplicates too.
Also one now can extract items from collection
using absolute and relative disposition.
Using more advanced hashing function.
Diffstat (limited to 'common/collection/Makefile.am')
-rw-r--r-- | common/collection/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index 0b8d0d035..8df9fc6b7 100644 --- a/common/collection/Makefile.am +++ b/common/collection/Makefile.am @@ -14,6 +14,7 @@ noinst_LTLIBRARIES = libcollection.la libcollection_la_SOURCES = \ collection.c \ collection_tools.c \ + collection_cnv.c \ collection.h \ collection_tools.h \ collection_priv.h \ |