From b8306eaf97e4f85b087e4c30a1f3793490d08a01 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 3 Jun 2001 07:41:05 +0000 Subject: Fix linking order for `$(DB3_LDADD)'s so that we avoid pulling functions from a different Berkeley DB library when we really don't mean to. svn path=/trunk/; revision=10105 --- executive-summary/component/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'executive-summary/component') diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index 8bd8789d3b..434bddf0cd 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -57,6 +57,7 @@ evolution_executive_summary_SOURCES = \ main.c evolution_executive_summary_LDADD = \ + $(DB3_LDADD) \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ @@ -64,8 +65,7 @@ evolution_executive_summary_LDADD = \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ -lgal \ - $(GTKHTML_LIBS) \ - $(DB3_LDADD) + $(GTKHTML_LIBS) gladedir = $(datadir)/evolution/glade glade_DATA = executive-summary-config.glade -- cgit v1.2.3