diff options
-rw-r--r-- | doc/devel/ChangeLog | 1 | ||||
-rw-r--r-- | doc/devel/calendar/cal-util/Makefile.am | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog index 95183d902b..89bebfc486 100644 --- a/doc/devel/ChangeLog +++ b/doc/devel/ChangeLog @@ -2,6 +2,7 @@ * calendar/cal-client/Makefile.am: Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS. + * calendar/cal-util/Makefile.am: Likewise. 2001-12-18 JP Rosevear <jpr@ximian.com> diff --git a/doc/devel/calendar/cal-util/Makefile.am b/doc/devel/calendar/cal-util/Makefile.am index fa5effcb31..e8bf1e339b 100644 --- a/doc/devel/calendar/cal-util/Makefile.am +++ b/doc/devel/calendar/cal-util/Makefile.am @@ -55,10 +55,10 @@ GTKDOC_CFLAGS = \ -I$(top_builddir) \ -I$(top_builddir)/libical/src/libical \ -I$(top_srcdir)/libical/src/libical \ - $(BONOBO_VFS_GNOME_CFLAGS) + $(EVOLUTION_CALENDAR_CFLAGS) GTKDOC_LIBS = \ - $(BONOBO_VFS_GNOME_LIBS) \ + $(EVOLUTION_CALENDAR_LIBS) \ $(top_builddir)/calendar/cal-util/.libs/libcal-util-static.al \ $(top_builddir)/libical/src/libical/.libs/libical-static.al \ $(top_builddir)/libversit/.libs/libversit.al |