From ff4c29fea3d08c181bbcb006908e7222f9c8cfaa Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 27 Jun 2000 16:02:38 +0000 Subject: use BONOBO_VFS_GNOME_CFLAGS. 2000-06-27 Michael Meeks * pcs/Makefile.am (INCLUDES): use BONOBO_VFS_GNOME_CFLAGS. svn path=/trunk/; revision=3760 --- calendar/ChangeLog | 4 ++++ calendar/pcs/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a8b9c45e77..baabe2ee8f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2000-06-27 Michael Meeks + + * pcs/Makefile.am (INCLUDES): use BONOBO_VFS_GNOME_CFLAGS. + 2000-06-26 Christopher James Lahey * gui/calendar-model.c: Added an #ifdefed value_to_string handler diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 3299d15908..0c633dc285 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ - $(BONOBO_GNOME_CFLAGS) \ + $(BONOBO_VFS_GNOME_CFLAGS) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" CORBA_GENERATED = \ -- cgit