diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-08-26 06:54:05 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-08-26 06:54:05 +0800 |
commit | 1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5 (patch) | |
tree | 96084106587f135a73ed45f5f6242cc322233bdb /shell/Makefile.am | |
parent | dc99b66623193ae0247e18c42572296acf14a953 (diff) | |
download | gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.tar.gz gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.tar.zst gsoc2013-evolution-1e0d3b18fa6fe068f84ec011ad8b78e6ef70eaf5.zip |
convert to use ETree instead of GtkCTree.
2000-08-25 Chris Toshok <toshok@helixcode.com>
* e-storage-set-view.c: convert to use ETree instead of GtkCTree.
* e-storage-set-view.h: change superclass from GtkCTree to ETable.
* main.c (main): call e_cursors_init.
* Makefile.am (evolution_LDADD): add libetable.a
svn path=/trunk/; revision=5043
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 0b2457a464..f85a7ae14a 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -111,6 +111,7 @@ evolution_LDADD = \ $(top_builddir)/widgets/shortcut-bar/libshortcut-bar.a \ $(top_builddir)/widgets/e-paned/libepaned.a \ $(top_builddir)/widgets/e-text/libetext.a \ + $(top_builddir)/widgets/e-table/libetable.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(UNICODE_LIBS) \ |