aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--executive-summary/ChangeLog5
-rw-r--r--executive-summary/component/Makefile.am2
2 files changed, 6 insertions, 1 deletions
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 <ettore@ximian.com>
+
+ * component/Makefile.am (evolution_executive_summary_LDADD): Move
+ `libevolution-services.la' on top.
+
2001-06-03 Ettore Perazzoli <ettore@ximian.com>
* 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 \