From a8ed26a0d30ee93b457da41c1aa0fb04f44db50e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 17 Apr 2001 16:54:50 +0000 Subject: Pull up fix from the branch: Add a `$(EXTRA_GNOME_CFLAGS)' to the importers' Makefile.am as they are using GAL. svn path=/trunk/; revision=9410 --- mail/ChangeLog | 5 +++++ mail/importers/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 82be2a1a83..148338c527 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-04-16 Ettore Perazzoli + + * importers/Makefile.am (INCLUDES): Add `$(EXTRA_GNOME_CFLAGS)' + here. + 2001-04-15 Jeffrey Stedfast * mail-callbacks.c (mark_all_as_seen): Mark the messages as seen, diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am index f93115f950..eb35101291 100644 --- a/mail/importers/Makefile.am +++ b/mail/importers/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I.. \ -I$(top_srcdir)/shell \ -I$(top_builddir)/shell \ -I$(includedir) \ - $(GNOME_INCLUDEDIR) \ + $(EXTRA_GNOME_CFLAGS) \ -DG_LOG_DOMAIN=\"evolution-mail-importer\" liboutlook_la_SOURCES = \ -- cgit v1.2.3