diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-03-29 11:20:09 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-03-29 11:20:09 +0800 |
commit | 1f5d5803c2c269bcb5617e7be353fc5de01a09ab (patch) | |
tree | 4298966fd7169ae1dd71cc24908086188661eb6c | |
parent | a74313d1afe18b36eaddeda4ad35b8442354e8b7 (diff) | |
download | gsoc2013-evolution-1f5d5803c2c269bcb5617e7be353fc5de01a09ab.tar gsoc2013-evolution-1f5d5803c2c269bcb5617e7be353fc5de01a09ab.tar.gz gsoc2013-evolution-1f5d5803c2c269bcb5617e7be353fc5de01a09ab.tar.bz2 gsoc2013-evolution-1f5d5803c2c269bcb5617e7be353fc5de01a09ab.tar.lz gsoc2013-evolution-1f5d5803c2c269bcb5617e7be353fc5de01a09ab.tar.xz gsoc2013-evolution-1f5d5803c2c269bcb5617e7be353fc5de01a09ab.tar.zst gsoc2013-evolution-1f5d5803c2c269bcb5617e7be353fc5de01a09ab.zip |
+ * Makefile.am: added wombat.
svn path=/trunk/; revision=2242
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2000-03-28 Matt Loper <matt@helixcode.com> + * Makefile.am: added wombat. + * wombat/wombat.gnorba: new file. * wombat/.cvsignore: new file. diff --git a/Makefile.am b/Makefile.am index 04c113f8a8..189c698d88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ SUBDIRS = \ libical \ libversit \ addressbook \ + wombat \ po # Add this when the calendar builds. |