aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-23 04:32:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-23 04:32:52 +0800
commit34fde8639cc23d2a85cc1864dccce91197b32932 (patch)
tree452312dcd09f72025471e53ee7dcddbe187650d6
parented169f4075b09453f004d770b5daf388e61971de (diff)
downloadgsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar
gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.gz
gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.bz2
gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.lz
gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.xz
gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.tar.zst
gsoc2013-evolution-34fde8639cc23d2a85cc1864dccce91197b32932.zip
Added libwombat/libwombat.la
2001-06-22 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am (wombat_LDADD): Added libwombat/libwombat.la svn path=/trunk/; revision=10401
-rw-r--r--wombat/ChangeLog4
-rw-r--r--wombat/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
index e229e553ef..4700ce304c 100644
--- a/wombat/ChangeLog
+++ b/wombat/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-22 Jeffrey Stedfast <fejj@ximian.com>
+
+ * Makefile.am (wombat_LDADD): Added libwombat/libwombat.la
+
2001-06-21 Rodrigo Moya <rodrigo@ximian.com>
* wombat.idl: added new interface (WombatClient)
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index b1d617c82b..2b2faaa406 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -32,6 +32,7 @@ wombat_LDADD = \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/e-util/libedb3util.la \
$(top_builddir)/e-util/libeutil.la \
+ $(top_builddir)/libwombat/libwombat.la \
$(LDAP_LIBS) \
$(EXTRA_GNOME_LIBS) \
$(BONOBO_VFS_GNOME_LIBS)