diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-04 23:49:23 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-04 23:49:23 +0800 |
commit | 130a403ff9df822f74c150fb429be2775a11617c (patch) | |
tree | 96a8ded3908de4fc8b95e84c31de2de95ded4c9a | |
parent | 2f5a85126d1bd4f14e4295fa04d660d153b02acf (diff) | |
download | gsoc2013-evolution-130a403ff9df822f74c150fb429be2775a11617c.tar gsoc2013-evolution-130a403ff9df822f74c150fb429be2775a11617c.tar.gz gsoc2013-evolution-130a403ff9df822f74c150fb429be2775a11617c.tar.bz2 gsoc2013-evolution-130a403ff9df822f74c150fb429be2775a11617c.tar.lz gsoc2013-evolution-130a403ff9df822f74c150fb429be2775a11617c.tar.xz gsoc2013-evolution-130a403ff9df822f74c150fb429be2775a11617c.tar.zst gsoc2013-evolution-130a403ff9df822f74c150fb429be2775a11617c.zip |
Move `libevolution-importers' before `$(DB3_LDADD)'.
svn path=/trunk/; revision=10110
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/component/Makefile.am | 2 |
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 \ |