From 43a98ec41e2bd0d437eaea8db3021ad181455f8c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 11 Nov 2009 15:26:28 +0200 Subject: Use EVOLUTION_CALENDAR_CFLAGS instead of EVOLUTION_MAIL_CFLAGS The code uses ical stuff and the libical CFLAGS are present in EVOLUTION_CALENDAR_CFLAGS but not EVOLUTION_MAIL_CFLAGS. --- plugins/pst-import/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/pst-import/Makefile.am') diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am index f120065f9a..1d6a73f3e0 100644 --- a/plugins/pst-import/Makefile.am +++ b/plugins/pst-import/Makefile.am @@ -21,7 +21,7 @@ liborg_gnome_pst_import_la_CPPFLAGS = \ -DLOCALEDIR="\"$(LOCALEDIR)\"" \ $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_CFLAGS) \ - $(EVOLUTION_MAIL_CFLAGS) \ + $(EVOLUTION_CALENDAR_CFLAGS) \ $(LIBPST_CFLAGS) liborg_gnome_pst_import_la_SOURCES = pst-importer.c -- cgit v1.2.3