From c4a37c155a57c99d736dc8ae25ae4b77d0f82024 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 1 Jul 2013 09:08:12 -0400 Subject: Add ETableColumnSelector. A new ETable column selection and ordering widget that looks like it was written in the 21st century. Derives from ETreeViewFrame. --- e-util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/Makefile.am') diff --git a/e-util/Makefile.am b/e-util/Makefile.am index a7123bbb96..894392a8b5 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -254,6 +254,7 @@ evolution_util_include_HEADERS = \ e-table-click-to-add.h \ e-table-col-dnd.h \ e-table-col.h \ + e-table-column-selector.h \ e-table-column-specification.h \ e-table-config.h \ e-table-defines.h \ @@ -499,6 +500,7 @@ libevolution_util_la_SOURCES = \ e-stock-request.c \ e-table-click-to-add.c \ e-table-col.c \ + e-table-column-selector.c \ e-table-column-specification.c \ e-table-config.c \ e-table-extras.c \ -- cgit v1.2.3