diff options
Diffstat (limited to 'wombat')
-rw-r--r-- | wombat/ChangeLog | 7 | ||||
-rw-r--r-- | wombat/Makefile.am | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 4316698089..a93b270091 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,10 @@ +2000-04-15 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am (INCLUDES): Added + `-I$(top_builddir)/addressbook/backend/pas', and + `-I$(top_builddir)/calendar/pcs' because that's where the + IDL-generated files go. + 2000-04-14 Chris Toshok <toshok@helixcode.com> * Makefile.am (wombat_LDADD): use BONOBO_VFS_GNOME_LIBS instead of diff --git a/wombat/Makefile.am b/wombat/Makefile.am index db6bc21d3f..2282981673 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -4,7 +4,9 @@ INCLUDES = \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/backend/pas \ + -I$(top_builddir)/addressbook/backend/pas \ -I$(top_srcdir)/calendar/pcs \ + -I$(top_builddir)/calendar/pcs \ -I$(top_srcdir)/calendar/cal-util \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" |