aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-06-19 04:10:54 +0800
committerDan Winship <danw@src.gnome.org>2001-06-19 04:10:54 +0800
commitb6b3732f00ff08a5c8159d4292e02ded3afd75dc (patch)
treec9a578050539cd5bfe9b50cafe79e37c445ff966 /shell
parentc094a996a05b15448b3c3dbc72a52dd5aaba9aaa (diff)
downloadgsoc2013-evolution-b6b3732f00ff08a5c8159d4292e02ded3afd75dc.tar
gsoc2013-evolution-b6b3732f00ff08a5c8159d4292e02ded3afd75dc.tar.gz
gsoc2013-evolution-b6b3732f00ff08a5c8159d4292e02ded3afd75dc.tar.bz2
gsoc2013-evolution-b6b3732f00ff08a5c8159d4292e02ded3afd75dc.tar.lz
gsoc2013-evolution-b6b3732f00ff08a5c8159d4292e02ded3afd75dc.tar.xz
gsoc2013-evolution-b6b3732f00ff08a5c8159d4292e02ded3afd75dc.tar.zst
gsoc2013-evolution-b6b3732f00ff08a5c8159d4292e02ded3afd75dc.zip
Remove DB3_LDADD
* Makefile.am (evolution_LDADD): Remove DB3_LDADD svn path=/trunk/; revision=10275
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog2
-rw-r--r--shell/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index e988d0ead2..445ee3f8b9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,7 @@
2001-06-18 Dan Winship <danw@ximian.com>
+ * Makefile.am (evolution_LDADD): Remove DB3_LDADD
+
* e-shell-view-menu.c: Fix the help URLs
2001-06-13 Not Zed <NotZed@Ximian.com>
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 3aabed341a..2dcbcb2496 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -148,7 +148,6 @@ evolution_SOURCES = \
evolution_LDADD = \
libeshell.la \
importer/libevolution-importer.la \
- $(DB3_LDADD) \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
$(top_builddir)/e-util/libeutil.la \
$(EXTRA_GNOME_LIBS) \