diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-16 03:48:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-16 03:48:38 +0800 |
commit | 99bd309e0d69ff6345e688b92f041b34cc77ab8d (patch) | |
tree | bfc377a88d4fcb103dd536a3c6528480a0d5a0f8 /capplet | |
parent | ba8f7c993e23e5b5f47100b04341e51e4f579919 (diff) | |
download | gsoc2013-evolution-99bd309e0d69ff6345e688b92f041b34cc77ab8d.tar.gz gsoc2013-evolution-99bd309e0d69ff6345e688b92f041b34cc77ab8d.tar.zst gsoc2013-evolution-99bd309e0d69ff6345e688b92f041b34cc77ab8d.zip |
Add missing linker flags in capplet.
Diffstat (limited to 'capplet')
-rw-r--r-- | capplet/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/capplet/Makefile.am b/capplet/Makefile.am index f57bbe0447..0973ebc92f 100644 --- a/capplet/Makefile.am +++ b/capplet/Makefile.am @@ -4,6 +4,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ + -I$(top_srcdir)/e-util \ -I$(top_srcdir)/em-format \ -I$(top_srcdir)/mail \ -I$(top_srcdir)/composer \ @@ -60,5 +61,6 @@ evolution_settings_LDADD = \ $(top_builddir)/filter/libfilter.la \ $(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 |