diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.in | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-11-04 Rodrigo Moya <rodrigo@ximian.com> + + * configure.in: + * Makefile.am: added libversit directory to build. + 2002-11-04 Ettore Perazzoli <ettore@ximian.com> * Makefile.am (SUBDIRS): Add shell. diff --git a/Makefile.am b/Makefile.am index 32d64eefc7..485e79611f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ SUBDIRS = \ data \ e-util \ libical \ + libversit \ widgets \ shell \ calendar \ diff --git a/configure.in b/configure.in index 33133bf993..11adabf3b7 100644 --- a/configure.in +++ b/configure.in @@ -1260,6 +1260,7 @@ default_user/local/Tasks/Makefile default_user/local/Trash/Makefile e-util/Makefile e-util/ename/Makefile +libversit/Makefile shell/Makefile shell/evolution-nognome shell/glade/Makefile |