diff options
-rw-r--r-- | wombat/ChangeLog | 5 | ||||
-rw-r--r-- | wombat/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index f5aa780ddb..2ad6134350 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2000-12-13 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am (INCLUDES): Sigh. + `-I$(top_builddir)/libical/src/libical'. + 2000-12-11 Federico Mena Quintero <federico@helixcode.com> * Makefile.am (wombat_LDADD): Link to the libical shared library. diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 80bd0b7ae8..a15f03c741 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ -I$(top_srcdir)/calendar \ -I$(top_srcdir)/calendar/pcs \ -I$(top_srcdir)/libical/src/libical \ + -I$(top_builddir)/libical/src/libical \ $(GNOME_INCLUDEDIR) \ $(BONOBO_VFS_GNOME_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ |