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 /executive-summary/component/Makefile.am | |
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
Diffstat (limited to 'executive-summary/component/Makefile.am')
-rw-r--r-- | executive-summary/component/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |