diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-15 06:42:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-04-15 06:42:54 +0800 |
commit | abfe42213932a77f350228651ea462302bc97987 (patch) | |
tree | 3c349be962fcf16922ac760e58032e6f8ef79cb8 /ChangeLog | |
parent | 72ae61158dd7039c8f076e29d59d67101e1a4f6f (diff) | |
download | gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.gz gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.bz2 gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.lz gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.xz gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.tar.zst gsoc2013-evolution-abfe42213932a77f350228651ea462302bc97987.zip |
Fix compilation with builddir != srcdir (again).
svn path=/trunk/; revision=2441
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2000-04-15 Ettore Perazzoli <ettore@helixcode.com> + + * 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 <toshok@helixcode.com> * addressbook/backend/pas/pas-backend-ldap.c |