aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/conduits/calendar/Makefile.am8
-rw-r--r--calendar/conduits/todo/Makefile.am8
3 files changed, 18 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 1d663f2f75..4925b08416 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-02 Ettore Perazzoli <ettore@helixcode.com>
+
+ * conduits/calendar/Makefile.am (INCLUDES): Add libical include
+ directories and `$(BONOBO_GNOME_CFLAGS)'.
+ * conduits/todo/Makefile.am (INCLUDES): Likewise.
+
2000-09-02 Lauris Kaplinski <lauris@helixcode.com>
* gui/event-editor.c: e_utf8 wrappers
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am
index 1aa9abecd6..a35f83c601 100644
--- a/calendar/conduits/calendar/Makefile.am
+++ b/calendar/conduits/calendar/Makefile.am
@@ -2,8 +2,12 @@
#
#
-INCLUDES = \
- -I$(top_srcdir)/calendar \
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/calendar \
+ -I$(top_srcdir)/libical/src/libical \
+ -I$(top_builddir)/libical/src/libical \
+ $(BONOBO_GNOME_CFLAGS) \
$(GNOME_PILOT_CFLAGS)
file_conduitsdir=$(libdir)/gnome-pilot/conduits
diff --git a/calendar/conduits/todo/Makefile.am b/calendar/conduits/todo/Makefile.am
index 6801c6150d..1c74cea2dc 100644
--- a/calendar/conduits/todo/Makefile.am
+++ b/calendar/conduits/todo/Makefile.am
@@ -2,8 +2,12 @@
#
#
-INCLUDES = \
- -I$(top_srcdir)/calendar \
+INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/calendar \
+ -I$(top_srcdir)/libical/src/libical \
+ -I$(top_builddir)/libical/src/libical \
+ $(BONOBO_GNOME_CFLAGS) \
$(GNOME_PILOT_CFLAGS)
file_conduitsdir=$(libdir)/gnome-pilot/conduits