From: znek Date: Wed, 8 Dec 2004 15:52:27 +0000 (+0000) Subject: added Sieve product to the default build X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6fce0731ddd58f0d2ce403cc905e2153470a01b;p=scalable-opengroupware.org added Sieve product to the default build git-svn-id: http://svn.opengroupware.org/SOGo/trunk@464 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SoObjects/ChangeLog b/SOGo/SoObjects/ChangeLog index 4aabaaf4..b95aacbc 100644 --- a/SOGo/SoObjects/ChangeLog +++ b/SOGo/SoObjects/ChangeLog @@ -1,5 +1,7 @@ 2004-12-08 Marcus Mueller + * GNUmakefile: added Sieve product + * Appointments/SOGoGroupAppointmentFolder.m, Appointments/SOGoAppointmentFolder.m, SOGo/SOGoContentObject.m, SOGo/SOGoUserFolder.m: changed to NGLogging. diff --git a/SOGo/SoObjects/GNUmakefile b/SOGo/SoObjects/GNUmakefile index cad1e188..2f060092 100644 --- a/SOGo/SoObjects/GNUmakefile +++ b/SOGo/SoObjects/GNUmakefile @@ -7,5 +7,6 @@ SUBPROJECTS = \ Appointments \ Contacts \ Mailer \ + Sieve \ include $(GNUSTEP_MAKEFILES)/aggregate.make