From 0906e75d56cc2127e57009f97a6e84e65f40ae51 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 29 Oct 2001 21:12:58 +0000 Subject: s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/. * importers/Makefile.am (INCLUDES): s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/. svn path=/trunk/; revision=14363 --- calendar/ChangeLog | 5 +++++ calendar/importers/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'calendar') 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 + + * importers/Makefile.am (INCLUDES): + s/BONOBO_CFLAGS/BONOBO_GNOME_CFLAGS/. + 2001-10-29 Rodrigo Moya * 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 = \ -- cgit