From ab9d256343093b6dc7002c4242230c241dc3a353 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 15 Mar 2010 19:15:15 -0400 Subject: Fix missing linker flags in the correct Makefile.am. --- capplet/settings/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'capplet/settings/Makefile.am') diff --git a/capplet/settings/Makefile.am b/capplet/settings/Makefile.am index c3df948f73..b75ffdb52b 100644 --- a/capplet/settings/Makefile.am +++ b/capplet/settings/Makefile.am @@ -3,6 +3,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 \ @@ -64,6 +65,8 @@ libevolution_mail_settings_la_LIBADD = \ $(GNOME_PLATFORM_LIBS) \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/filter/libfilter.la \ - $(top_builddir)/mail/libevolution-mail.la + $(top_builddir)/mail/libevolution-mail.la \ + $(top_builddir)/shell/libeshell.la \ + $(top_builddir)/e-util/libeutil.la -- cgit v1.2.3