aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/pcs/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d1215599c9..db38ac5e7e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-13 Ettore Perazzoli <ettore@helixcode.com>
+
+ * pcs/Makefile.am (INCLUDES): Add
+ `-I$(top_builddir)/libical/src/libical'.
+
2000-05-12 Federico Mena Quintero <federico@helixcode.com>
* cal-util/calobj.c (generate): Use a (dtend - dtstart) offset to
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am
index b496659f03..919630bb98 100644
--- a/calendar/pcs/Makefile.am
+++ b/calendar/pcs/Makefile.am
@@ -3,6 +3,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/calendar \
-I$(top_srcdir)/libical/src/libical \
+ -I$(top_builddir)/libical/src/libical \
$(BONOBO_GNOME_CFLAGS) \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\"