diff options
author | Rob Bradford <rob@linux.intel.com> | 2010-08-11 20:31:34 +0800 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2010-08-11 20:31:34 +0800 |
commit | 46c2fbd4f76a8048a3bdf07e273a8a884583700e (patch) | |
tree | 907121e57224c1239d4bee7c495a35eba949ceae /capplet | |
parent | 2ca6a310e1983283a719c1a22823befc821115e1 (diff) | |
download | gsoc2013-evolution-46c2fbd4f76a8048a3bdf07e273a8a884583700e.tar.gz gsoc2013-evolution-46c2fbd4f76a8048a3bdf07e273a8a884583700e.tar.zst gsoc2013-evolution-46c2fbd4f76a8048a3bdf07e273a8a884583700e.zip |
build: Add libemformat to LDADD for evolution-settings
Diffstat (limited to 'capplet')
-rw-r--r-- | capplet/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am index b84e28425e..14247f1fbb 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -54,5 +54,6 @@ evolution_settings_LDADD = \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/capplet/settings/libevolution-mail-settings.la \ $(top_builddir)/shell/libeshell.la \ - $(top_builddir)/e-util/libeutil.la + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/em-format/libemformat.la |