From 5ba51e992d6f702cccdcc42402bc3086776d00d1 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 15 Nov 1999 20:59:29 +0000 Subject: Add resizing capabilities. 1999-11-14 Miguel de Icaza * e-table-header-item.c (is_pointer_on_division): Add resizing capabilities. * e-table-sorted.c: Finish implementation. 1999-11-13 Miguel de Icaza * e-table-sorted.c: Implement e-table-sorted object. 1999-11-12 Miguel de Icaza * e-table-header-item.c: Make the thing configurable. * e-table-header-item.h: Add font field, location, height. svn path=/trunk/; revision=1388 --- widgets/Makefile.am | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'widgets/Makefile.am') diff --git a/widgets/Makefile.am b/widgets/Makefile.am index 300f6e3017..01ca1dc557 100644 --- a/widgets/Makefile.am +++ b/widgets/Makefile.am @@ -13,10 +13,12 @@ INCLUDES = \ CPPFLAGS = \ -DE_GUIDIR=\"$(guidir)\" -noinst_LTLIBRARIES = \ - libevolutionwidgets.la +noinst_LIBRARIES = \ + libevolutionwidgets.a -libevolutionwidgets_la_SOURCES = \ +libevolutionwidgets_a_SOURCES = \ + e-cursors.c \ + e-cursors.h \ e-msg-composer-address-dialog.c \ e-msg-composer-address-dialog.h \ e-msg-composer-address-entry.c \ @@ -42,7 +44,9 @@ libevolutionwidgets_la_SOURCES = \ e-table-render.c \ e-table-render.h \ e-table-simple.c \ - e-table-simple.h + e-table-simple.h \ + e-table-sorted.c \ + e-table-sorted.h noinst_PROGRAMS = \ table-test -- cgit