diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-19 04:09:31 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-19 04:09:31 +0800 |
commit | 61fe24e66a2d2912b0283df91c4c47c479b8f10d (patch) | |
tree | 29759dcb5da4a5b5ef9106751f5d3139a1f7f3d4 /executive-summary | |
parent | a0c711d6c405375a85ff0b98fcb2a475afb54e56 (diff) | |
download | gsoc2013-evolution-61fe24e66a2d2912b0283df91c4c47c479b8f10d.tar gsoc2013-evolution-61fe24e66a2d2912b0283df91c4c47c479b8f10d.tar.gz gsoc2013-evolution-61fe24e66a2d2912b0283df91c4c47c479b8f10d.tar.bz2 gsoc2013-evolution-61fe24e66a2d2912b0283df91c4c47c479b8f10d.tar.lz gsoc2013-evolution-61fe24e66a2d2912b0283df91c4c47c479b8f10d.tar.xz gsoc2013-evolution-61fe24e66a2d2912b0283df91c4c47c479b8f10d.tar.zst gsoc2013-evolution-61fe24e66a2d2912b0283df91c4c47c479b8f10d.zip |
Remove DB3_LDADD
* test-service/Makefile.am (test_service_LDADD): Remove DB3_LDADD
* component/Makefile.am (evolution_executive_summary_LDADD):
Remove DB3_LDADD
svn path=/trunk/; revision=10273
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/ChangeLog | 7 | ||||
-rw-r--r-- | executive-summary/component/Makefile.am | 1 | ||||
-rw-r--r-- | executive-summary/test-service/Makefile.am | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 7d0cbd5516..36b3381c14 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,10 @@ +2001-06-18 Dan Winship <danw@ximian.com> + + * test-service/Makefile.am (test_service_LDADD): Remove DB3_LDADD + + * component/Makefile.am (evolution_executive_summary_LDADD): + Remove DB3_LDADD + 2001-06-04 Ettore Perazzoli <ettore@ximian.com> * component/Makefile.am (evolution_executive_summary_LDADD): Move diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index d68c9bf4fa..1db01fed36 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -58,7 +58,6 @@ evolution_executive_summary_SOURCES = \ evolution_executive_summary_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ - $(DB3_LDADD) \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ diff --git a/executive-summary/test-service/Makefile.am b/executive-summary/test-service/Makefile.am index 716f7185bb..458b015c1e 100644 --- a/executive-summary/test-service/Makefile.am +++ b/executive-summary/test-service/Makefile.am @@ -14,8 +14,7 @@ test_service_SOURCES = \ test_service_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ $(BONOBO_VFS_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) \ - $(DB3_LDADD) + $(EXTRA_GNOME_LIBS) #test_bonobo_service_SOURCES = \ # test-bonobo.c @@ -30,7 +29,6 @@ rdf_summary_SOURCES = \ rdf_summary_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ - $(DB3_LDADD) \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) |