From 130a403ff9df822f74c150fb429be2775a11617c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 4 Jun 2001 15:49:23 +0000 Subject: Move `libevolution-importers' before `$(DB3_LDADD)'. svn path=/trunk/; revision=10110 --- executive-summary/ChangeLog | 5 +++++ executive-summary/component/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 69846b196a..7d0cbd5516 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2001-06-04 Ettore Perazzoli + + * component/Makefile.am (evolution_executive_summary_LDADD): Move + `libevolution-services.la' on top. + 2001-06-03 Ettore Perazzoli * test-service/Makefile.am (rdf_summary_LDADD): Move diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index 434bddf0cd..d68c9bf4fa 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -57,11 +57,11 @@ evolution_executive_summary_SOURCES = \ main.c evolution_executive_summary_LDADD = \ + $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ $(DB3_LDADD) \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) \ -lgal \ -- cgit v1.2.3