From e46bd5deef4a48f9b8112b444d5e424cc4d00df4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2006 18:40:57 +0000 Subject: [PATCH] Raster said to stop hacking ilist and create another widget. Link the source code in. SVN revision: 19997 --- src/bin/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 2bd210dd6..654553d29 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -113,9 +113,11 @@ e_file_selector.h \ e_file_dialog.h \ e_int_border_menu.h \ e_ilist.h \ +e_tlist.h \ e_livethumb.h \ e_int_border_border.h \ e_widget_ilist.h \ +e_widget_tlist.h \ e_slider.h \ e_widget_slider.h \ e_int_config_window_manipulation.h \ @@ -226,9 +228,11 @@ e_file_selector.c \ e_file_dialog.c \ e_int_border_menu.c \ e_ilist.c \ +e_tlist.c \ e_livethumb.c \ e_int_border_border.c \ e_widget_ilist.c \ +e_widget_tlist.c \ e_slider.c \ e_widget_slider.c \ e_int_config_window_manipulation.c \