diff options
Diffstat (limited to 'widgets/e-table')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/e-table/Makefile.am | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 2f0457a3ff..74899eeb4a 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,7 @@ +2000-05-10 Christopher James Lahey <clahey@helixcode.com> + + * Makefile.am: Added e-table-col-dnd.h and table-test.h. + 2000-05-09 Christopher James Lahey <clahey@helixcode.com> * e-table-subset-variable.c: Fixed etssv_remove. diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index cdfe579b82..34e4005fcd 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -31,6 +31,7 @@ libetable_a_SOURCES = \ e-cell-toggle.h \ e-table.c \ e-table.h \ + e-table-col-dnd.h \ e-table-col.c \ e-table-col.h \ e-table-config.c \ @@ -71,7 +72,8 @@ table_test_SOURCES = \ test-table.c \ test-check.c \ test-cols.c \ - table-test.c + table-test.c \ + table-test.h table_test_LDADD = \ libetable.a \ |