aboutsummaryrefslogtreecommitdiffstats
path: root/wombat
diff options
context:
space:
mode:
Diffstat (limited to 'wombat')
-rw-r--r--wombat/ChangeLog4
-rw-r--r--wombat/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
index 4929cafda7..f77de0f9a6 100644
--- a/wombat/ChangeLog
+++ b/wombat/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-25 Federico Mena Quintero <federico@helixcode.com>
+
+ * Makefile.am (INCLUDES): Add the libical include path.
+
2000-09-25 Jeffrey Stedfast <fejj@helixcode.com>
* Makefile.am: ename moved so link against
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index 0edfda25ee..44ebff9345 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -6,6 +6,7 @@ INCLUDES = \
-I$(top_builddir)/addressbook/backend \
-I$(top_srcdir)/calendar \
-I$(top_srcdir)/calendar/pcs \
+ -I$(top_srcdir)/libical/src/libical \
$(GNOME_INCLUDEDIR) \
$(BONOBO_VFS_GNOME_CFLAGS) \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \