From 93b643607c3d9a0775faaeb08e404f703a4200f7 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Mon, 14 Sep 2009 17:59:13 -0400 Subject: COLLECTION Realigning collection code Created a new module to hold functions related to iterator and iterating collections. Planning to add new functions but the main collection module is already too big. So this patch just moves code around and fixes the build making foundation for the next patch. --- common/collection/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'common/collection/Makefile.am') diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index 8e4e9736..bd7186bd 100644 --- a/common/collection/Makefile.am +++ b/common/collection/Makefile.am @@ -29,6 +29,7 @@ libcollection_la_SOURCES = \ collection_queue.c \ collection_stack.c \ collection_cmp.c \ + collection_iter.c \ collection.h \ collection_tools.h \ collection_priv.h \ -- cgit