aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-04-18 00:54:50 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-04-18 00:54:50 +0800
commita8ed26a0d30ee93b457da41c1aa0fb04f44db50e (patch)
tree9b609b4474eb8246a5c238e4aaef4b6bead33562 /mail/importers
parent54b5c7382a402ed14687f09dfa6a1300e531fabc (diff)
downloadgsoc2013-evolution-a8ed26a0d30ee93b457da41c1aa0fb04f44db50e.tar
gsoc2013-evolution-a8ed26a0d30ee93b457da41c1aa0fb04f44db50e.tar.gz
gsoc2013-evolution-a8ed26a0d30ee93b457da41c1aa0fb04f44db50e.tar.bz2
gsoc2013-evolution-a8ed26a0d30ee93b457da41c1aa0fb04f44db50e.tar.lz
gsoc2013-evolution-a8ed26a0d30ee93b457da41c1aa0fb04f44db50e.tar.xz
gsoc2013-evolution-a8ed26a0d30ee93b457da41c1aa0fb04f44db50e.tar.zst
gsoc2013-evolution-a8ed26a0d30ee93b457da41c1aa0fb04f44db50e.zip
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
Diffstat (limited to 'mail/importers')
-rw-r--r--mail/importers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \