diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-24 11:12:12 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-24 11:12:12 +0800 |
commit | a7e18523ff09dd48a0aae229e1416c6d021dbb29 (patch) | |
tree | 7c264c0c16742a36ebf46b20bac500838ce0de4d | |
parent | c6e85a3bc20364d1b7350cc8d6de1c2b317fba9f (diff) | |
download | gsoc2013-evolution-a7e18523ff09dd48a0aae229e1416c6d021dbb29.tar gsoc2013-evolution-a7e18523ff09dd48a0aae229e1416c6d021dbb29.tar.gz gsoc2013-evolution-a7e18523ff09dd48a0aae229e1416c6d021dbb29.tar.bz2 gsoc2013-evolution-a7e18523ff09dd48a0aae229e1416c6d021dbb29.tar.lz gsoc2013-evolution-a7e18523ff09dd48a0aae229e1416c6d021dbb29.tar.xz gsoc2013-evolution-a7e18523ff09dd48a0aae229e1416c6d021dbb29.tar.zst gsoc2013-evolution-a7e18523ff09dd48a0aae229e1416c6d021dbb29.zip |
Added camel/tests stuff to output macro.
2000-11-24 Not Zed <NotZed@HelixCode.com>
* configure.in: Added camel/tests stuff to output macro.
2000-11-14 Not Zed <NotZed@HelixCode.com>
* configure.in: Added local provider dir to output macro.
svn path=/trunk/; revision=6655
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2000-11-24 Not Zed <NotZed@HelixCode.com> + + * configure.in: Added camel/tests stuff to output macro. + +2000-11-14 Not Zed <NotZed@HelixCode.com> + + * configure.in: Added local provider dir to output macro. + 2000-11-21 Dan Winship <danw@helixcode.com> * configure.in: Check for libgpgme. (Support not added to mail diff --git a/configure.in b/configure.in index ba0aff47a7..1f5e45340f 100644 --- a/configure.in +++ b/configure.in @@ -628,7 +628,7 @@ executive-summary/Makefile executive-summary/evolution-services/Makefile executive-summary/widgets/Makefile executive-summary/idl/Makefile -executive-summary/component/Makefile + executive-summary/component/Makefile executive-summary/test-service/Makefile camel/Makefile camel/providers/Makefile @@ -640,6 +640,10 @@ camel/providers/vee/Makefile camel/providers/imap/Makefile camel/providers/mh/Makefile camel/providers/nntp/Makefile +camel/providers/local/Makefile +camel/tests/Makefile +camel/tests/lib/Makefile +camel/tests/message/Makefile composer/Makefile widgets/Makefile widgets/meeting-time-sel/Makefile |