diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-04 06:25:47 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-04 06:25:47 +0800 |
commit | 40e24cdab6d294af61ca54a96b0b901181dc7751 (patch) | |
tree | 47443df546a952e8a74fb40a514dc6889c290f49 /e-util/Makefile.am | |
parent | a1d1e450a1ec2f8c2fd921b18e695031cf061887 (diff) | |
download | gsoc2013-evolution-40e24cdab6d294af61ca54a96b0b901181dc7751.tar gsoc2013-evolution-40e24cdab6d294af61ca54a96b0b901181dc7751.tar.gz gsoc2013-evolution-40e24cdab6d294af61ca54a96b0b901181dc7751.tar.bz2 gsoc2013-evolution-40e24cdab6d294af61ca54a96b0b901181dc7751.tar.lz gsoc2013-evolution-40e24cdab6d294af61ca54a96b0b901181dc7751.tar.xz gsoc2013-evolution-40e24cdab6d294af61ca54a96b0b901181dc7751.tar.zst gsoc2013-evolution-40e24cdab6d294af61ca54a96b0b901181dc7751.zip |
New list class with iterators.
2000-07-03 Christopher James Lahey <clahey@helixcode.com>
* e-iterator.c, e-iterator.h, e-list-iterator.c,
e-list-iterator.h, e-list.c, e-list.h: New list class with
iterators.
* e-canvas.c: Made it so that you don't get the same selection in
the selection list more than once.
svn path=/trunk/; revision=3871
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 0e9680dc3d..43998022b4 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -23,6 +23,12 @@ libeutil_la_SOURCES = \ e-gui-utils.h \ e-html-utils.c \ e-html-utils.h \ + e-iterator.c \ + e-iterator.h \ + e-list.c \ + e-list.h \ + e-list-iterator.c \ + e-list-iterator.h \ e-popup-menu.c \ e-popup-menu.h \ e-printable.c \ |