diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-12 07:17:49 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-12 07:17:49 +0800 |
commit | 3d74e7f17d5f7b16b197987143555fe01dbbe176 (patch) | |
tree | 496e1439af88bbea5b8359cb81721daa59b75ecd | |
parent | a1a10f1ebef52168ec01c99f9f952cf13c099d54 (diff) | |
download | gsoc2013-evolution-3d74e7f17d5f7b16b197987143555fe01dbbe176.tar gsoc2013-evolution-3d74e7f17d5f7b16b197987143555fe01dbbe176.tar.gz gsoc2013-evolution-3d74e7f17d5f7b16b197987143555fe01dbbe176.tar.bz2 gsoc2013-evolution-3d74e7f17d5f7b16b197987143555fe01dbbe176.tar.lz gsoc2013-evolution-3d74e7f17d5f7b16b197987143555fe01dbbe176.tar.xz gsoc2013-evolution-3d74e7f17d5f7b16b197987143555fe01dbbe176.tar.zst gsoc2013-evolution-3d74e7f17d5f7b16b197987143555fe01dbbe176.zip |
add addressbook.
2002-11-11 Chris Toshok <toshok@ximian.com>
* Makefile.am (SUBDIRS): add addressbook.
svn path=/trunk/; revision=18713
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-11-11 Chris Toshok <toshok@ximian.com> + + * Makefile.am (SUBDIRS): add addressbook. + 2002-11-08 Chris Toshok <toshok@ximian.com> * configure.in: add some more addressbook paths. diff --git a/Makefile.am b/Makefile.am index dea925cc7f..ec946ecc02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,7 @@ SUBDIRS = \ camel \ filter \ libwombat \ + addressbook \ calendar \ art \ ui \ |