diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-05-15 05:33:29 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-05-15 05:33:29 +0800 |
commit | f759e8b024bab3bb365d2fc80097d7a8eed98125 (patch) | |
tree | ac910e193ad2f1d86d4e6ee9d132bec4e469775c /mail/Makefile.am | |
parent | 3238e3a9f17de426f33118a1f380735963e4837a (diff) | |
download | gsoc2013-evolution-f759e8b024bab3bb365d2fc80097d7a8eed98125.tar gsoc2013-evolution-f759e8b024bab3bb365d2fc80097d7a8eed98125.tar.gz gsoc2013-evolution-f759e8b024bab3bb365d2fc80097d7a8eed98125.tar.bz2 gsoc2013-evolution-f759e8b024bab3bb365d2fc80097d7a8eed98125.tar.lz gsoc2013-evolution-f759e8b024bab3bb365d2fc80097d7a8eed98125.tar.xz gsoc2013-evolution-f759e8b024bab3bb365d2fc80097d7a8eed98125.tar.zst gsoc2013-evolution-f759e8b024bab3bb365d2fc80097d7a8eed98125.zip |
Fix the importer linkline
svn path=/trunk/; revision=9801
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 6bbae393b7..7a81485b0c 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -114,6 +114,7 @@ evolution_mail_LDADD = \ $(top_builddir)/libibex/libibex.la \ $(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_HTML_GNOME_LIBS) |