aboutsummaryrefslogtreecommitdiffstats
path: root/importers/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-06-19 04:10:19 +0800
committerDan Winship <danw@src.gnome.org>2001-06-19 04:10:19 +0800
commitc094a996a05b15448b3c3dbc72a52dd5aaba9aaa (patch)
tree04b990f5ee488be9d9a84d4525f66d3ad7ecac6d /importers/Makefile.am
parent61fe24e66a2d2912b0283df91c4c47c479b8f10d (diff)
downloadgsoc2013-evolution-c094a996a05b15448b3c3dbc72a52dd5aaba9aaa.tar
gsoc2013-evolution-c094a996a05b15448b3c3dbc72a52dd5aaba9aaa.tar.gz
gsoc2013-evolution-c094a996a05b15448b3c3dbc72a52dd5aaba9aaa.tar.bz2
gsoc2013-evolution-c094a996a05b15448b3c3dbc72a52dd5aaba9aaa.tar.lz
gsoc2013-evolution-c094a996a05b15448b3c3dbc72a52dd5aaba9aaa.tar.xz
gsoc2013-evolution-c094a996a05b15448b3c3dbc72a52dd5aaba9aaa.tar.zst
gsoc2013-evolution-c094a996a05b15448b3c3dbc72a52dd5aaba9aaa.zip
Remove DB3_LDADD
* Makefile.am (evolution_netscape_importer_LDADD): (evolution_elm_importer_LDADD): (evolution_pine_importer_LDADD): (evolution_gnomecard_importer_LDADD): Remove DB3_LDADD svn path=/trunk/; revision=10274
Diffstat (limited to 'importers/Makefile.am')
-rw-r--r--importers/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/importers/Makefile.am b/importers/Makefile.am
index 3c59be44a3..e1fd7cbb17 100644
--- a/importers/Makefile.am
+++ b/importers/Makefile.am
@@ -31,7 +31,6 @@ evolution_netscape_importer_SOURCES = \
evolution_netscape_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
- $(DB3_LDADD) \
$(top_builddir)/e-util/libeutil.la \
$(BONOBO_GNOME_LIBS) \
$(EXTRA_GNOME_LIBS)
@@ -41,7 +40,6 @@ evolution_elm_importer_SOURCES = \
evolution_elm_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
- $(DB3_LDADD) \
$(top_builddir)/e-util/libeutil.la \
$(BONOBO_GNOME_LIBS) \
$(EXTRA_GNOME_LIBS)
@@ -51,7 +49,6 @@ evolution_pine_importer_SOURCES = \
evolution_pine_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
- $(DB3_LDADD) \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/e-util/ename/libename.la \
@@ -64,7 +61,6 @@ evolution_gnomecard_importer_SOURCES = \
evolution_gnomecard_importer_LDADD = \
$(top_builddir)/shell/importer/libevolution-importer.la \
- $(DB3_LDADD) \
$(top_builddir)/addressbook/backend/ebook/libebook.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/e-util/ename/libename.la \