diff options
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/ChangeLog | 9 | ||||
-rw-r--r-- | executive-summary/component/Makefile.am | 4 | ||||
-rw-r--r-- | executive-summary/component/e-summary-factory.c | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index cfc07e9ad9..e8e80ad5a3 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,12 @@ +2001-05-27 Dan Winship <danw@ximian.com> + + * 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?) + 2001-05-25 Peter Williams <peterw@ximian.com> * component/Makefile.am: Reference libeshell.la instead of libeshell.a. 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 \ diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c index 23110a0716..9952c42fb7 100644 --- a/executive-summary/component/e-summary-factory.c +++ b/executive-summary/component/e-summary-factory.c @@ -36,7 +36,7 @@ #include <gdk-pixbuf/gdk-pixbuf.h> #include <gal/util/e-util.h> -#include "e-util/e-gui-utils.h" +#include "evolution-shell-component-utils.h" #include "e-summary-factory.h" |