diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 13:34:13 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-01 13:34:13 +0800 |
commit | 746f1858b44e33a49dd3aa02b55e681a01a5e43a (patch) | |
tree | 6d069d819cbf0c41b1d8d662450a317613766868 /mail/Makefile.am | |
parent | 3eede8f869a24e9faff30eb2b8950a4023d50047 (diff) | |
download | gsoc2013-evolution-746f1858b44e33a49dd3aa02b55e681a01a5e43a.tar gsoc2013-evolution-746f1858b44e33a49dd3aa02b55e681a01a5e43a.tar.gz gsoc2013-evolution-746f1858b44e33a49dd3aa02b55e681a01a5e43a.tar.bz2 gsoc2013-evolution-746f1858b44e33a49dd3aa02b55e681a01a5e43a.tar.lz gsoc2013-evolution-746f1858b44e33a49dd3aa02b55e681a01a5e43a.tar.xz gsoc2013-evolution-746f1858b44e33a49dd3aa02b55e681a01a5e43a.tar.zst gsoc2013-evolution-746f1858b44e33a49dd3aa02b55e681a01a5e43a.zip |
Make the mail folder browser use EScrollFrame for a nicer look.
svn path=/trunk/; revision=3328
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 0dd4a64deb..81724fc04e 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -66,6 +66,7 @@ evolution_mail_LDADD = \ $(SHELL_OBJS) \ ../composer/libcomposer.la \ $(top_builddir)/widgets/e-paned/libepaned.a \ + $(top_builddir)/widgets/misc/libemiscwidgets.a \ ../widgets/e-table/libetable.a \ ../widgets/e-text/libetext.a \ $(CAMEL_OBJS_EXTRA) \ |