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/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wombat/Makefile.am') 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