aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-26 05:30:25 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-26 05:30:25 +0800
commitd6c66f72e7174af586496b8dfdbcc252f753864a (patch)
tree116440f8100c516de3d617b5d44bf73569bfee39 /widgets/e-table/Makefile.am
parentfc661fb23aee42e87370886a17ed9373388d7493 (diff)
downloadgsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar
gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.gz
gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.bz2
gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.lz
gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.xz
gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.tar.zst
gsoc2013-evolution-d6c66f72e7174af586496b8dfdbcc252f753864a.zip
Added e-table-selection-model.c and e-table-selection-model.h.
2000-07-25 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added e-table-selection-model.c and e-table-selection-model.h. * e-table-selection-model.c: Added the get_selection_list and is_row_selected functions. Removed some unused code. * e-table-selection-model.h: Removed some unused code. svn path=/trunk/; revision=4331
Diffstat (limited to 'widgets/e-table/Makefile.am')
-rw-r--r--widgets/e-table/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am
index 7894bc1dec..cd60b5e7a2 100644
--- a/widgets/e-table/Makefile.am
+++ b/widgets/e-table/Makefile.am
@@ -68,6 +68,8 @@ libetable_a_SOURCES = \
e-table-one.h \
e-table-scrolled.c \
e-table-scrolled.h \
+ e-table-selection-model.c \
+ e-table-selection-model.h \
e-table-simple.c \
e-table-simple.h \
e-table-sort-info.c \