aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-05-28 02:02:37 +0800
committerDan Winship <danw@src.gnome.org>2001-05-28 02:02:37 +0800
commit8b06ce05ebb8d110542eb21cdafa039c0ae03c4b (patch)
tree340fbc8e8f890cceba48bd2a7e5716d2af7efc95 /executive-summary/component/Makefile.am
parent6d713177f5f58f88bf3b6a2944f457947fe1296e (diff)
downloadgsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar
gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.gz
gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.bz2
gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.lz
gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.xz
gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.tar.zst
gsoc2013-evolution-8b06ce05ebb8d110542eb21cdafa039c0ae03c4b.zip
#include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"
* component/e-summary-factory.c: #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h" for e_pixmaps_update. * component/Makefile.am (evolution_executive_summary_LDADD): Use libeshell.la, not libeshell.a (Did Peter forget to commit this?) svn path=/trunk/; revision=10022
Diffstat (limited to 'executive-summary/component/Makefile.am')
-rw-r--r--executive-summary/component/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am
index c9e76138c5..e5f981825f 100644
--- a/executive-summary/component/Makefile.am
+++ b/executive-summary/component/Makefile.am
@@ -56,8 +56,8 @@ evolution_executive_summary_SOURCES = \
e-summary-util.h \
main.c
-evolution_executive_summary_LDADD = \
- $(top_builddir)/shell/libeshell.a \
+evolution_executive_summary_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 \