diff options
-rw-r--r-- | wombat/ChangeLog | 4 | ||||
-rw-r--r-- | wombat/Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 6a50f43730..4fedf4ba78 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,7 @@ +2002-04-04 Jeffrey Stedfast <fejj@ximian.com> + + * Makefile.am: Re-Add $(WOMBAT_LIBS) so wombat actually links. + 2002-04-04 Ettore Perazzoli <ettore@ximian.com> * Makefile.am (wombat_LDADD): Put DB3_LDADD and LDAP_LIBS on the diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 9d7443da6c..b8a2278ef1 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -37,7 +37,8 @@ wombat_LDADD = \ $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/libedb3util.la \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/libwombat/libwombat.la + $(top_builddir)/libwombat/libwombat.la \ + $(WOMBAT_LIBS) oafdir = $(datadir)/oaf |