diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-07 11:25:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-07 11:25:28 +0800 |
commit | 71c965734eb20a39456ecc7c6f87052059cd23d4 (patch) | |
tree | 9de2181c8139c9357080ec9a92bb3ee224cee7bb /mail/Makefile.am | |
parent | 8c88be844bdfd12b93c5977f69ae51fdb14cc459 (diff) | |
download | gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar.gz gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.tar.zst gsoc2013-evolution-71c965734eb20a39456ecc7c6f87052059cd23d4.zip |
Added libmenus.la.
2001-02-06 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (evolution_mail_LDADD): Added libmenus.la.
* folder-browser-factory.c (control_activate): Added GalView menus
here.
* message-list.c, message-list.h (message_list_get_layout): Made
message_list_get_layout export.
svn path=/trunk/; revision=8041
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index f37dc17f30..0cbec8d49e 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -120,11 +120,12 @@ evolution_mail_LDADD = \ $(top_builddir)/filter/libfilter.la \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ $(top_builddir)/shell/importer/libevolution-importer.la \ + $(top_builddir)/widgets/menus/libmenus.la \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ $(GTKHTML_LIBS) \ $(THREADS_LIBS) \ - $(UNICODE_LIBS) + $(UNICODE_LIBS) evolution_mail_LDFLAGS = \ -export-dynamic |