aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-09-11 20:23:20 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-09-11 20:39:58 +0800
commite54ff6fd90c212758d65ecef635a0274060f2d97 (patch)
tree99ce350de4e4629d5714c84854e333c166aa7883
parente237bb7717dc30d5e94c41f752db6ad56bc61d39 (diff)
downloadgsoc2013-evolution-e54ff6fd90c212758d65ecef635a0274060f2d97.tar
gsoc2013-evolution-e54ff6fd90c212758d65ecef635a0274060f2d97.tar.gz
gsoc2013-evolution-e54ff6fd90c212758d65ecef635a0274060f2d97.tar.bz2
gsoc2013-evolution-e54ff6fd90c212758d65ecef635a0274060f2d97.tar.lz
gsoc2013-evolution-e54ff6fd90c212758d65ecef635a0274060f2d97.tar.xz
gsoc2013-evolution-e54ff6fd90c212758d65ecef635a0274060f2d97.tar.zst
gsoc2013-evolution-e54ff6fd90c212758d65ecef635a0274060f2d97.zip
Add missing linker flag to composer-autosave module.
-rw-r--r--modules/composer-autosave/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/composer-autosave/Makefile.am b/modules/composer-autosave/Makefile.am
index 0b802e11bf..691fbe0bb1 100644
--- a/modules/composer-autosave/Makefile.am
+++ b/modules/composer-autosave/Makefile.am
@@ -19,6 +19,7 @@ libevolution_module_composer_autosave_la_LIBADD = \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/composer/libcomposer.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
+ $(top_builddir)/e-util/libeutil.la \
$(EVOLUTION_MAIL_LIBS) \
$(GNOME_PLATFORM_LIBS)