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/importers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/importers') 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