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 /configure.in | |
parent | c6e85a3bc20364d1b7350cc8d6de1c2b317fba9f (diff) | |
download | gsoc2013-evolution-a7e18523ff09dd48a0aae229e1416c6d021dbb29.tar.gz 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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
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 |