diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-01 19:48:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-01 19:48:39 +0800 |
commit | b537b315eb4a658ce46aa883e3706e4f6111b106 (patch) | |
tree | 28772a9abf64dc1b0a284016762bd20d4b7a6c11 /executive-summary | |
parent | 8f183d269e13e528442def98657e040b3728597d (diff) | |
download | gsoc2013-evolution-b537b315eb4a658ce46aa883e3706e4f6111b106.tar.gz gsoc2013-evolution-b537b315eb4a658ce46aa883e3706e4f6111b106.tar.zst gsoc2013-evolution-b537b315eb4a658ce46aa883e3706e4f6111b106.zip |
Add some missing `$(DB3_LDADD)'s to get it to compile.
svn path=/trunk/; revision=10078
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/ChangeLog | 7 | ||||
-rw-r--r-- | executive-summary/component/Makefile.am | 17 | ||||
-rw-r--r-- | executive-summary/test-service/Makefile.am | 12 |
3 files changed, 23 insertions, 13 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 <ettore@ximian.com> + + * 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 <danw@ximian.com> * 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 = \ |