diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2002-11-05 Chris Toshok <toshok@ximian.com> + * Makefile.am (SUBDIRS): add wombat. + +2002-11-05 Chris Toshok <toshok@ximian.com> + * configure.in: add wombat and addressbook compile flags, and add wombat and some addressbook dirs to AC_OUTPUT. diff --git a/Makefile.am b/Makefile.am index 9d8c54621a..cc817fe738 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,9 @@ SUBDIRS = \ ui \ default_user \ views \ - tools + tools \ + wombat + # omf-install |