From 63a09dc65bc9f54ec389cabb99c848ce56ef2fbc Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 1 Mar 2001 21:52:18 +0000 Subject: Added views stuff. 2001-03-01 Christopher James Lahey * Makefile.am (SUBDIRS), configure.in: Added views stuff. svn path=/trunk/; revision=8461 --- ChangeLog | 4 ++++ Makefile.am | 7 ++++--- configure.in | 3 +++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7bb3791b80..d9f7cba007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-01 Christopher James Lahey + + * Makefile.am (SUBDIRS), configure.in: Added views stuff. + 2001-03-01 Dan Winship * configure.in: Redo the Kerberos stuff again to deal with the diff --git a/Makefile.am b/Makefile.am index 4d3bfaae5a..065e218ad5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,9 +19,9 @@ EXTRA_DIST = \ NEWS \ $(appicon_DATA) \ $(application_in_files) \ - xml-i18n-merge.in \ - xml-i18n-update.in \ - xml-i18n-extract.in + xml-i18n-merge.in \ + xml-i18n-update.in \ + xml-i18n-extract.in SUBDIRS = \ intl \ @@ -44,5 +44,6 @@ SUBDIRS = \ art \ ui \ default_user \ + views \ tools \ po diff --git a/configure.in b/configure.in index 1d5608a806..2a3ac54a0c 100644 --- a/configure.in +++ b/configure.in @@ -833,6 +833,9 @@ default_user/local/Outbox/Makefile default_user/local/Sent/Makefile default_user/local/Tasks/Makefile default_user/local/Trash/Makefile +views/Makefile +views/mail/Makefile +views/tasks/Makefile tools/Makefile doc/Makefile doc/C/Makefile -- cgit v1.2.3