aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am1
-rw-r--r--configure.in7
3 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 885af9eac8..9740e5b93a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-05 Iain Holmes <iain@helixcode.com>
+
+ * executive-summary/*: Added the executive summary stuff.
+
+ * ui/evolution-executive-summary.xml: New.
+
+ * art/add-service.png: New icon.
+
2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu>
* ui/evolution-addressbook-ldap.xml,
diff --git a/Makefile.am b/Makefile.am
index 3ab0d6962d..a7ac0becb7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@ SUBDIRS = \
e-util \
widgets \
shell \
+ executive-summary \
libibex \
camel \
filter \
diff --git a/configure.in b/configure.in
index a5cd85185a..5466bf2216 100644
--- a/configure.in
+++ b/configure.in
@@ -618,6 +618,12 @@ calendar/gui/dialogs/Makefile
calendar/conduits/Makefile
calendar/conduits/calendar/Makefile
calendar/conduits/todo/Makefile
+executive-summary/Makefile
+executive-summary/idl/Makefile
+executive-summary/evolution-services/Makefile
+executive-summary/widgets/Makefile
+executive-summary/component/Makefile
+executive-summary/test-service/Makefile
filter/Makefile
wombat/Makefile
art/Makefile
@@ -627,6 +633,7 @@ default_user/local/Makefile
default_user/local/Calendar/Makefile
default_user/local/Contacts/Makefile
default_user/local/Drafts/Makefile
+default_user/local/Executive-Summary/Makefile
default_user/local/Inbox/Makefile
default_user/local/Outbox/Makefile
default_user/local/Sent/Makefile