diff options
Diffstat (limited to 'modules/spamassassin')
-rw-r--r-- | modules/spamassassin/Makefile.am | 9 | ||||
-rw-r--r-- | modules/spamassassin/evolution-spamassassin.c | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/modules/spamassassin/Makefile.am b/modules/spamassassin/Makefile.am index 8475660319..c5ce4c23ce 100644 --- a/modules/spamassassin/Makefile.am +++ b/modules/spamassassin/Makefile.am @@ -5,7 +5,9 @@ module_spamassassin_la_CPPFLAGS = \ -I$(top_srcdir) \ -DG_LOG_DOMAIN=\"evolution-spamassassin\" \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ - $(GNOME_PLATFORM_CFLAGS) + $(GNOME_PLATFORM_CFLAGS) \ + $(CHAMPLAIN_CFLAGS) \ + $(GTKHTML_CFLAGS) module_spamassassin_la_SOURCES = \ evolution-spamassassin.c @@ -15,9 +17,10 @@ module_spamassassin_la_LIBADD = \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/libemail-engine/libemail-engine.la \ - $(top_builddir)/libemail-utils/libemail-utils.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ - $(GNOME_PLATFORM_LIBS) + $(GNOME_PLATFORM_LIBS) \ + $(CHAMPLAIN_LIBS) \ + $(GTKHTML_LIBS) module_spamassassin_la_LDFLAGS = \ -module -avoid-version $(NO_UNDEFINED) diff --git a/modules/spamassassin/evolution-spamassassin.c b/modules/spamassassin/evolution-spamassassin.c index 2202f71003..fa08c56e3b 100644 --- a/modules/spamassassin/evolution-spamassassin.c +++ b/modules/spamassassin/evolution-spamassassin.c @@ -26,7 +26,6 @@ #include <camel/camel.h> #include <shell/e-shell.h> -#include <e-util/e-mktemp.h> #include <libemail-engine/e-mail-junk-filter.h> /* Standard GObject macros */ |