aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-05 06:33:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-05 06:33:29 +0800
commitbee1faf0a3ad4d71b76a831466b955bdde00e95d (patch)
tree0d6991e4d2779214e698b64e844229c7555699a1
parent02dee9478c2416e88922698bf81b7eb9152b9374 (diff)
downloadgsoc2013-evolution-bee1faf0a3ad4d71b76a831466b955bdde00e95d.tar
gsoc2013-evolution-bee1faf0a3ad4d71b76a831466b955bdde00e95d.tar.gz
gsoc2013-evolution-bee1faf0a3ad4d71b76a831466b955bdde00e95d.tar.bz2
gsoc2013-evolution-bee1faf0a3ad4d71b76a831466b955bdde00e95d.tar.lz
gsoc2013-evolution-bee1faf0a3ad4d71b76a831466b955bdde00e95d.tar.xz
gsoc2013-evolution-bee1faf0a3ad4d71b76a831466b955bdde00e95d.tar.zst
gsoc2013-evolution-bee1faf0a3ad4d71b76a831466b955bdde00e95d.zip
Re-Add $(WOMBAT_LIBS) so wombat actually links.
2002-04-04 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Re-Add $(WOMBAT_LIBS) so wombat actually links. svn path=/trunk/; revision=16360
-rw-r--r--wombat/ChangeLog4
-rw-r--r--wombat/Makefile.am3
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