From 3db1d0b6b1837654cf8532241ac234f03fdbf2e9 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 19 Feb 2000 00:40:15 +0000 Subject: Use BONOBO_VFS_GNOME_CFLAGS instead of GNOMEUI_INCLUDES, as we use Bonobo 2000-02-18 Miguel de Icaza * Makefile.am (INCLUDES): Use BONOBO_VFS_GNOME_CFLAGS instead of GNOMEUI_INCLUDES, as we use Bonobo and VFS. svn path=/trunk/; revision=1847 --- calendar/ChangeLog | 5 +++++ calendar/Makefile.am | 2 +- calendar/gui/Makefile.am | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d952624d20..bc3af9cf35 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-02-18 Miguel de Icaza + + * Makefile.am (INCLUDES): Use BONOBO_VFS_GNOME_CFLAGS instead of + GNOMEUI_INCLUDES, as we use Bonobo and VFS. + 2000-02-17 Seth Alves * cal-backend.h: moved CalendarFormat type def here diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 575344e651..1dbb60c71a 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -24,7 +24,7 @@ ICAL_LINK_FLAGS = ../libical/src/libical/libical.a INCLUDES = \ -I$(includedir) \ - $(GNOME_INCLUDEDIR) \ + $(BONOBO_VFS_GNOME_CFLAGS) \ $(GNOME_CONDUIT_INCLUDEDIR) \ $(PISOCK_INCLUDEDIR) \ -I../libical/src/libical \ diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 575344e651..1dbb60c71a 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -24,7 +24,7 @@ ICAL_LINK_FLAGS = ../libical/src/libical/libical.a INCLUDES = \ -I$(includedir) \ - $(GNOME_INCLUDEDIR) \ + $(BONOBO_VFS_GNOME_CFLAGS) \ $(GNOME_CONDUIT_INCLUDEDIR) \ $(PISOCK_INCLUDEDIR) \ -I../libical/src/libical \ -- cgit v1.2.3