From 6138aaf220f0de9222574436e10fa9c56a6e1f39 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 21 Jun 2001 15:51:11 +0000 Subject: added new directory for the libwombat library, which will contain the 2001-06-21 Rodrigo Moya * libwombat/: added new directory for the libwombat library, which will contain the implementation of all CORBA interfaces defined in the wombat.idl file svn path=/trunk/; revision=10361 --- ChangeLog | 18 ++++++++++++++++++ Makefile.am | 1 + configure.in | 1 + 3 files changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index ba49ed0946..e3f9fcee6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,26 @@ +2001-06-21 Rodrigo Moya + + * libwombat/: added new directory for the libwombat library, which + will contain the implementation of all CORBA interfaces defined + in the wombat.idl file + 2001-06-21 Dan Winship * configure.in: Fix the OpenLDAP check to default to "no" if you don't specify anything. +2001-06-20 Kevin Breit + + * docs/C/usage-sync: Reworded a little bit for more descrip. + +2001-06-20 Kevin Breit + + * doc/C/usage-calendar.sgml: Documented categorizing an event. + +2001-06-20 Kevin Breit + + * doc/C/usage-mail.sgml: Updated Bcc: example + 2001-06-20 Dan Winship * configure.in: Change --enable-ldap to --with-openldap, allow a diff --git a/Makefile.am b/Makefile.am index daab400ad3..96965070a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ SUBDIRS = \ composer \ libical \ libversit \ + libwombat \ addressbook \ mail \ calendar \ diff --git a/configure.in b/configure.in index f8c4bcf7ed..e3cdde3e3f 100644 --- a/configure.in +++ b/configure.in @@ -1026,6 +1026,7 @@ mail/Makefile mail/importers/Makefile data/Makefile libversit/Makefile +libwombat/Makefile libibex/Makefile calendar/Makefile calendar/idl/Makefile -- cgit v1.2.3