From bee1faf0a3ad4d71b76a831466b955bdde00e95d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 4 Apr 2002 22:33:29 +0000 Subject: Re-Add $(WOMBAT_LIBS) so wombat actually links. 2002-04-04 Jeffrey Stedfast * Makefile.am: Re-Add $(WOMBAT_LIBS) so wombat actually links. svn path=/trunk/; revision=16360 --- wombat/ChangeLog | 4 ++++ wombat/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * Makefile.am: Re-Add $(WOMBAT_LIBS) so wombat actually links. + 2002-04-04 Ettore Perazzoli * 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 -- cgit v1.2.3