From 43fd06f8ec06257cbd135b03c5e203dfcd134fd4 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Fri, 12 Nov 1999 08:41:20 +0000 Subject: More table work svn path=/trunk/; revision=1383 --- widgets/e-table/Makefile.am | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'widgets/e-table/Makefile.am') diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 875e61f6b1..300f6e3017 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -28,9 +28,9 @@ libevolutionwidgets_la_SOURCES = \ e-msg-composer-hdrs.c \ e-msg-composer-hdrs.h \ e-msg-composer.c \ - e-msg-composer.h - -EXTRA_DIST = \ + e-msg-composer.h \ + e-table-col.c \ + e-table-col.h \ e-table-group.c \ e-table-group.h \ e-table-header.c \ @@ -39,6 +39,20 @@ EXTRA_DIST = \ e-table-header-item.h \ e-table-model.c \ e-table-model.h \ + e-table-render.c \ + e-table-render.h \ e-table-simple.c \ e-table-simple.h +noinst_PROGRAMS = \ + table-test + +table_test_SOURCES = \ + table-test.c + +table_test_LDADD = \ + $(EXTRA_GNOME_LIBS) \ + libevolutionwidgets.a + +EXTRA_DIST = \ + sample.table -- cgit v1.2.3