diff options
author | Joe Shaw <joe@ximian.com> | 2002-11-12 07:43:40 +0800 |
---|---|---|
committer | Joe Shaw <joeshaw@src.gnome.org> | 2002-11-12 07:43:40 +0800 |
commit | 233d008420d86f5cc67cb993f17c3a828436a7e0 (patch) | |
tree | 84ebbae6ec495818860c8a8323af293bd3995f42 | |
parent | 3d74e7f17d5f7b16b197987143555fe01dbbe176 (diff) | |
download | gsoc2013-evolution-233d008420d86f5cc67cb993f17c3a828436a7e0.tar gsoc2013-evolution-233d008420d86f5cc67cb993f17c3a828436a7e0.tar.gz gsoc2013-evolution-233d008420d86f5cc67cb993f17c3a828436a7e0.tar.bz2 gsoc2013-evolution-233d008420d86f5cc67cb993f17c3a828436a7e0.tar.lz gsoc2013-evolution-233d008420d86f5cc67cb993f17c3a828436a7e0.tar.xz gsoc2013-evolution-233d008420d86f5cc67cb993f17c3a828436a7e0.tar.zst gsoc2013-evolution-233d008420d86f5cc67cb993f17c3a828436a7e0.zip |
remove tools for now, it's not in configure.in.
2002-11-11 Joe Shaw <joe@ximian.com>
* Makefile.am (SUBDIRS): remove tools for now, it's not in
configure.in.
svn path=/trunk/; revision=18714
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-11-11 Joe Shaw <joe@ximian.com> + + * Makefile.am (SUBDIRS): remove tools for now, it's not in + configure.in. + 2002-11-11 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): add addressbook. diff --git a/Makefile.am b/Makefile.am index ec946ecc02..c58168e832 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,6 @@ SUBDIRS = \ ui \ default_user \ views \ - tools \ wombat |