[evolution] Use EVOLUTION_CALENDAR_CFLAGS instead of EVOLUTION_MAIL_CFLAGS



commit 43a98ec41e2bd0d437eaea8db3021ad181455f8c
Author: Tor Lillqvist <tml iki fi>
Date:   Wed Nov 11 15:26:28 2009 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am
index f120065..1d6a73f 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]