From 99bd309e0d69ff6345e688b92f041b34cc77ab8d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 15 Mar 2010 15:48:38 -0400 Subject: Add missing linker flags in capplet. --- capplet/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'capplet/Makefile.am') 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 -- cgit v1.2.3