diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-05 03:06:48 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-05 03:06:48 +0800 |
commit | a2c2672cbe8883ec4469b994332475cf2b5c2268 (patch) | |
tree | fd73ff01a5982722b08cbcbc416e7d5a6e925ab2 | |
parent | 1b0e240d97ff5cc89d5728aadba3852d521e56a5 (diff) | |
download | gsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.tar.gz gsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.tar.zst gsoc2013-evolution-a2c2672cbe8883ec4469b994332475cf2b5c2268.zip |
(SUBDIRS): Add shell.
svn path=/trunk/; revision=18535
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 \ |