aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-05-15 05:33:29 +0800
committerIain Holmes <iain@src.gnome.org>2001-05-15 05:33:29 +0800
commitf759e8b024bab3bb365d2fc80097d7a8eed98125 (patch)
treeac910e193ad2f1d86d4e6ee9d132bec4e469775c
parent3238e3a9f17de426f33118a1f380735963e4837a (diff)
downloadgsoc2013-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
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 9f399ef37d..3a6da6ec05 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-13 Iain Holmes <iain@ximian.com>
+
+ * Makefile.am: Make the LDADD line longer so it actually compiles everything
+ correctly.
+
2001-05-14 Dan Winship <danw@ximian.com>
* mail-config.glade: Split "Other" page into three pages, Display,
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)