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/ChangeLog | 7 +++++++ executive-summary/component/Makefile.am | 17 +++++++++-------- executive-summary/test-service/Makefile.am | 12 +++++++----- shell/ChangeLog | 4 ++++ shell/Makefile.am | 3 ++- 5 files changed, 29 insertions(+), 14 deletions(-) diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index e8e80ad5a3..598805f1a0 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,10 @@ +2001-06-01 Ettore Perazzoli + + * component/Makefile.am (evolution_executive_summary_LDADD): Add + `$(DB3_LDADD)'. + * test-service/Makefile.am (test_service_LDADD): Likewise. + (rdf_summary_LDADD): Likewise. + 2001-05-27 Dan Winship * component/e-summary-factory.c: #include 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 diff --git a/executive-summary/test-service/Makefile.am b/executive-summary/test-service/Makefile.am index ac22c0ed19..3b00e92fb3 100644 --- a/executive-summary/test-service/Makefile.am +++ b/executive-summary/test-service/Makefile.am @@ -13,8 +13,9 @@ test_service_SOURCES = \ test_service_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ - $(BONOBO_VFS_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) + $(BONOBO_VFS_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) \ + $(DB3_LDADD) #test_bonobo_service_SOURCES = \ # test-bonobo.c @@ -27,10 +28,11 @@ test_service_LDADD = \ rdf_summary_SOURCES = \ rdf-summary.c -rdf_summary_LDADD = \ +rdf_summary_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ - $(BONOBO_VFS_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) + $(BONOBO_VFS_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) \ + $(DB3_LDADD) oafdir = $(datadir)/oaf oaf_in_files = \ diff --git a/shell/ChangeLog b/shell/ChangeLog index ff411da114..4712824101 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-06-01 Ettore Perazzoli + + * Makefile.am (evolution_LDADD): Add `$(DB3_LDADD)'. + 2001-05-30 Jason Leach * e-shell-view.c (e_shell_view_set_current_shortcuts_group_num): diff --git a/shell/Makefile.am b/shell/Makefile.am index 2dcbcb2496..746d8976b3 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -153,7 +153,8 @@ evolution_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(GNOME_PRINT_LIBS) \ $(GTKHTML_LIBS) \ - $(BONOBO_GNOME_LIBS) + $(BONOBO_GNOME_LIBS) \ + $(DB3_LDADD) oafdir = $(datadir)/oaf oaf_in_files = GNOME_Evolution_Shell.oaf.in -- cgit v1.2.3