aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-01-25 07:46:45 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-01-25 07:46:45 +0800
commit2c5fc4d6c2c2a8ae483d2f848447664869732e29 (patch)
treedb996efd300a0086d36f5edaccb329362e2655a7
parent08e6ffe6ffbb0cc9d155a278ea417ae922195b13 (diff)
downloadgsoc2013-evolution-2c5fc4d6c2c2a8ae483d2f848447664869732e29.tar
gsoc2013-evolution-2c5fc4d6c2c2a8ae483d2f848447664869732e29.tar.gz
gsoc2013-evolution-2c5fc4d6c2c2a8ae483d2f848447664869732e29.tar.bz2
gsoc2013-evolution-2c5fc4d6c2c2a8ae483d2f848447664869732e29.tar.lz
gsoc2013-evolution-2c5fc4d6c2c2a8ae483d2f848447664869732e29.tar.xz
gsoc2013-evolution-2c5fc4d6c2c2a8ae483d2f848447664869732e29.tar.zst
gsoc2013-evolution-2c5fc4d6c2c2a8ae483d2f848447664869732e29.zip
Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS. Likewise.
* calendar/cal-client/Makefile.am: Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS. * calendar/cal-util/Makefile.am: Likewise. svn path=/trunk/; revision=15465
-rw-r--r--doc/devel/ChangeLog1
-rw-r--r--doc/devel/calendar/cal-util/Makefile.am4
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