aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-06-28 05:22:37 +0800
committerPeter Williams <peterw@src.gnome.org>2001-06-28 05:22:37 +0800
commit4cbcd49a8bed07221be190b80e84e23f0ad7d449 (patch)
tree29eac92a416e1ccd54694bc79183f6025003af08 /calendar
parent6fa46ef11d80a615733338bfe1f76acaef5eab48 (diff)
downloadgsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar
gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.gz
gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.bz2
gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.lz
gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.xz
gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.tar.zst
gsoc2013-evolution-4cbcd49a8bed07221be190b80e84e23f0ad7d449.zip
Bump required gal version for new accessors in ETree.
2001-06-27 Peter Williams <peterw@ximian.com> * configure.in (gal): Bump required gal version for new accessors in ETree. mail: 2001-06-27 Peter Williams <peterw@ximian.com> * folder-browser-ui.c: Uncomment EditSelectThread. Yaay! * mail-callbacks.c (select_thread): New function. Self-explanatory name. Implementation is a little hairy. * mail-callbacks.h: Prototype it here. * mail-callbacks.c (invert_selection): Here too. (select_all): Here too. * subscribe-dialog.c (subscribe_select_all): Update to use new ETree accessors. (subscribe_invert_selection): Here too. calendar: 2001-06-27 Peter Williams <peterw@ximian.com> * conduits/*/Makefile.am (INCLUDES): More srcdir != builddir fixes. svn path=/trunk/; revision=10544
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/conduits/calendar/Makefile.am1
-rw-r--r--calendar/conduits/todo/Makefile.am1
3 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 88c3b15666..406be67f9e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-27 Peter Williams <peterw@ximian.com>
+
+ * conduits/*/Makefile.am (INCLUDES): More srcdir != builddir
+ fixes.
+
2001-06-27 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-calendar-table.c (selection_received): fixed
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am
index bfe253c6c4..0a71acb974 100644
--- a/calendar/conduits/calendar/Makefile.am
+++ b/calendar/conduits/calendar/Makefile.am
@@ -1,6 +1,7 @@
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/calendar \
+ -I$(top_builddir)/calendar/cal-client \
-I$(top_srcdir)/libical/src/libical \
-I$(top_builddir)/libical/src/libical \
-I$(top_srcdir)/e-util \
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 7e91c80c3e..90cc75b3bd 100644
--- a/calendar/conduits/todo/Makefile.am
+++ b/calendar/conduits/todo/Makefile.am
@@ -1,6 +1,7 @@
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/calendar \
+ -I$(top_builddir)/calendar/cal-client \
-I$(top_srcdir)/libical/src/libical \
-I$(top_builddir)/libical/src/libical \
-I$(top_srcdir)/e-util \