diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-16 23:00:38 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-16 23:00:38 +0800 |
commit | fa1d9f97dfd8ba2a6ba97dbb23d681441b794d74 (patch) | |
tree | 707d02f8bc2ef38c061e1186adc45f4ac641dbe4 /addressbook/ChangeLog | |
parent | cd417478c768d5cfd4d516fc2190fc8daa0f638c (diff) | |
download | gsoc2013-evolution-fa1d9f97dfd8ba2a6ba97dbb23d681441b794d74.tar.gz gsoc2013-evolution-fa1d9f97dfd8ba2a6ba97dbb23d681441b794d74.tar.zst gsoc2013-evolution-fa1d9f97dfd8ba2a6ba97dbb23d681441b794d74.zip |
*Sigh.*
Fix the massive, extreme breakage introduced by shuffling around a few
addressbook-related files without updating the Makefiles.
I hope at least it builds now.
*Sigh.*
svn path=/trunk/; revision=5473
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f7835575b2..c31cb84225 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,25 @@ +2000-09-16 Ettore Perazzoli <ettore@helixcode.com> + + * gui/widgets/Makefile.am (gladedir): Define. + (glade_DATA): Install `alphabet.glade'. + (EXTRA_DIST): Define. + + * gui/component/Makefile.am (glade_DATA): Remove `alphabet.glade'. + (EXTRA_DIST): Remove `alphabet.glade.h'. + + * gui/widgets/Makefile.am (libeminicard_a_SOURCES): Add + `e-addressbook-model.c' and `e-addressbook-model.h'. I hope this + is what Chris meant to do. + + * gui/component/Makefile.am (INCLUDES): Add + `-I$(top_srcdir)/addressbook/gui/widgets'. + (evolution_addressbook_SOURCES): Remove `e-addressbook-model.c' + and `e-addressbook-model.h'. + + * gui/component/select-names/e-select-names.c: #include + "e-addressbook-model.h" from "addressbook/gui/widgets" instead of + "addressbook/gui/component", as it has been moved there. + 2000-09-15 Chris Toshok <toshok@helixcode.com> * backend/pas/pas-backend-ldap.c: split all the ldap operations |