aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-04 23:49:23 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-04 23:49:23 +0800
commit130a403ff9df822f74c150fb429be2775a11617c (patch)
tree96a8ded3908de4fc8b95e84c31de2de95ded4c9a /executive-summary/component/Makefile.am
parent2f5a85126d1bd4f14e4295fa04d660d153b02acf (diff)
downloadgsoc2013-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.am2
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 \