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
This commit is contained in:
Ettore Perazzoli
2001-04-17 16:54:50 +00:00
parent 54b5c7382a
commit a8ed26a0d3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-04-16 Ettore Perazzoli <ettore@ximian.com>
* importers/Makefile.am (INCLUDES): Add `$(EXTRA_GNOME_CFLAGS)'
here.
2001-04-15 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (mark_all_as_seen): Mark the messages as seen,

View File

@ -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 = \