diff options
-rw-r--r-- | wombat/ChangeLog | 4 | ||||
-rw-r--r-- | wombat/Makefile.am | 1 |
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) |