aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/importers/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 548b4c0e2c..2085ebe430 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-29 Ettore Perazzoli <ettore@ximian.com>
+
+ * importers/Makefile.am (INCLUDES):
+ s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/.
+
2001-10-29 Rodrigo Moya <rodrigo@ximian.com>
* importers/icalendar-importer.c (load_file_fn): fixed URI
diff --git a/calendar/importers/Makefile.am b/calendar/importers/Makefile.am
index b000e2da2c..7701fb0b99 100644
--- a/calendar/importers/Makefile.am
+++ b/calendar/importers/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = \
-I$(top_builddir)/calendar \
-I$(top_srcdir)/libical/src/libical \
-I$(top_builddir)/libical/src/libical \
- $(BONOBO_CFLAGS) \
+ $(BONOBO_GNOME_CFLAGS) \
$(GNOME_INCLUDEDIR)
evolution_calendar_importer_SOURCES = \