diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2001-06-21 23:51:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-06-21 23:51:11 +0800 |
commit | 6138aaf220f0de9222574436e10fa9c56a6e1f39 (patch) | |
tree | a946db0d6508c24066fdb64425bd4f615268226a /Makefile.am | |
parent | 497532febe6989b31c7665ba375b9c2f14d2b7da (diff) | |
download | gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.gz gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.bz2 gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.lz gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.xz gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.tar.zst gsoc2013-evolution-6138aaf220f0de9222574436e10fa9c56a6e1f39.zip |
added new directory for the libwombat library, which will contain the
2001-06-21 Rodrigo Moya <rodrigo@gnome-db.org>
* libwombat/: added new directory for the libwombat library, which
will contain the implementation of all CORBA interfaces defined
in the wombat.idl file
svn path=/trunk/; revision=10361
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index daab400ad3..96965070a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ SUBDIRS = \ composer \ libical \ libversit \ + libwombat \ addressbook \ mail \ calendar \ |