diff options
author | Tor Lillqvist <tml@iki.fi> | 2009-11-11 21:26:28 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2009-11-11 21:31:31 +0800 |
commit | 43a98ec41e2bd0d437eaea8db3021ad181455f8c (patch) | |
tree | e4c7a91572b760a12ea544fa75c92c0511ecdf57 /plugins/pst-import | |
parent | a7f8b56ec460763c644a948cbb8f3aada0cc7087 (diff) | |
download | gsoc2013-evolution-43a98ec41e2bd0d437eaea8db3021ad181455f8c.tar.gz gsoc2013-evolution-43a98ec41e2bd0d437eaea8db3021ad181455f8c.tar.zst gsoc2013-evolution-43a98ec41e2bd0d437eaea8db3021ad181455f8c.zip |
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.
Diffstat (limited to 'plugins/pst-import')
-rw-r--r-- | 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 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 |