diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-12-22 Rodrigo Moya <rodrigo@ximian.com> + + * configure.in: added camel/providers/groupwise to the build. + 2003-12-15 Chris Toshok <toshok@ximian.com> * Makefile.am (ACLOCAL_AMFLAGS): remove. diff --git a/configure.in b/configure.in index 605b1c73ef..ab9f19da13 100644 --- a/configure.in +++ b/configure.in @@ -1272,6 +1272,7 @@ addressbook/util/Makefile art/Makefile camel/Makefile camel/providers/Makefile +camel/providers/groupwise/Makefile camel/providers/imap/Makefile camel/providers/imapp/Makefile camel/providers/local/Makefile @@ -1329,6 +1330,7 @@ widgets/menus/Makefile widgets/misc/Makefile calendar/Makefile calendar/importers/Makefile +calendar/common/Makefile calendar/idl/Makefile calendar/conduits/Makefile calendar/conduits/todo/Makefile |