aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-05 03:06:48 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-05 03:06:48 +0800
commita2c2672cbe8883ec4469b994332475cf2b5c2268 (patch)
treefd73ff01a5982722b08cbcbc416e7d5a6e925ab2
parent1b0e240d97ff5cc89d5728aadba3852d521e56a5 (diff)
downloadgsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.tar
gsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.tar.gz
gsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.tar.bz2
gsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.tar.lz
gsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.tar.xz
gsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.tar.zst
gsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.zip
(SUBDIRS): Add shell.
svn path=/trunk/; revision=18535
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e54be7883..ece47793f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-04 Ettore Perazzoli <ettore@ximian.com>
+
+ * Makefile.am (SUBDIRS): Add shell.
+
2002-11-04 Rodrigo Moya <rodrigo@ximian.com>
* configure.in: added calendar/idl/Makefile to AC_OUTPUT
diff --git a/Makefile.am b/Makefile.am
index 73cddaf820..32d64eefc7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ SUBDIRS = \
e-util \
libical \
widgets \
+ shell \
calendar \
art \
ui \