diff options
-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 |