From b537b315eb4a658ce46aa883e3706e4f6111b106 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 1 Jun 2001 11:48:39 +0000 Subject: Add some missing `$(DB3_LDADD)'s to get it to compile. svn path=/trunk/; revision=10078 --- executive-summary/component/Makefile.am | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'executive-summary/component/Makefile.am') diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index e5f981825f..8bd8789d3b 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -56,15 +56,16 @@ evolution_executive_summary_SOURCES = \ e-summary-util.h \ main.c -evolution_executive_summary_LDADD = \ - $(top_builddir)/shell/libeshell.la \ - $(top_builddir)/widgets/misc/libemiscwidgets.a \ - $(top_builddir)/e-util/libeutil.la \ +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 \ - $(BONOBO_VFS_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) \ - -lgal \ - $(GTKHTML_LIBS) + $(BONOBO_VFS_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) \ + -lgal \ + $(GTKHTML_LIBS) \ + $(DB3_LDADD) gladedir = $(datadir)/evolution/glade glade_DATA = executive-summary-config.glade -- cgit v1.2.3