From abfe42213932a77f350228651ea462302bc97987 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 14 Apr 2000 22:42:54 +0000 Subject: Fix compilation with builddir != srcdir (again). svn path=/trunk/; revision=2441 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b825360364..a4bfa0e832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2000-04-15 Ettore Perazzoli + + * addressbook/backend/ebook/e-card-cursor.h: #include + "addressbook/backend/ebook" to make sure we pick up the right + addressbook.h. Butt ugly, but at least it makes it possible for + me to build Evolution. + + * addressbook/gui/minicard/Makefile.am (INCLUDES): Use + `$(builddir)' so that we pick up the IDL-generated includes + correctly. + * addressbook/backend/pas/Makefile.am: Likewise. Also use + `$(srcdir)'. + + * addressbook/backend/ebook/Makefile.am: Use `$(srcdir)' so that + it works with builddir != srcdir. + * addressbook/backend/pas/Makefile.am: Likewise. + 2000-04-14 Chris Toshok * addressbook/backend/pas/pas-backend-ldap.c -- cgit