diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-18 00:54:50 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-18 00:54:50 +0800 |
commit | a8ed26a0d30ee93b457da41c1aa0fb04f44db50e (patch) | |
tree | 9b609b4474eb8246a5c238e4aaef4b6bead33562 /mail/importers | |
parent | 54b5c7382a402ed14687f09dfa6a1300e531fabc (diff) | |
download | gsoc2013-evolution-a8ed26a0d30ee93b457da41c1aa0fb04f44db50e.tar.gz 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.am | 2 |
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 = \ |