diff options
-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 \ |