diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-06 05:38:36 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-06 05:38:36 +0800 |
commit | dfea470a8540463918fe3522e4d111fafc8d0806 (patch) | |
tree | aa3e08feb76ba69928b2a39d45c2feb19153691a | |
parent | f2dc9f4837102c2bccf83117a86c44d61b234d02 (diff) | |
download | gsoc2013-evolution-dfea470a8540463918fe3522e4d111fafc8d0806.tar.gz gsoc2013-evolution-dfea470a8540463918fe3522e4d111fafc8d0806.tar.zst gsoc2013-evolution-dfea470a8540463918fe3522e4d111fafc8d0806.zip |
add wombat.
2002-11-05 Chris Toshok <toshok@ximian.com>
* Makefile.am (SUBDIRS): add wombat.
svn path=/trunk/; revision=18566
-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 |