diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-19 04:07:35 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-19 04:07:35 +0800 |
commit | a0c711d6c405375a85ff0b98fcb2a475afb54e56 (patch) | |
tree | 44e852ce2635ff8f8ada61e199cccf6ca619a957 /camel/tests/smime | |
parent | 6e3f88affe900c16f407ee1b3f9ca12df81c118c (diff) | |
download | gsoc2013-evolution-a0c711d6c405375a85ff0b98fcb2a475afb54e56.tar.gz gsoc2013-evolution-a0c711d6c405375a85ff0b98fcb2a475afb54e56.tar.zst gsoc2013-evolution-a0c711d6c405375a85ff0b98fcb2a475afb54e56.zip |
Remove DB3_LDADD
* tests/stream/Makefile.am (LDADD):
* tests/smime/Makefile.am (LDADD):
* tests/misc/Makefile.am (LDADD):
* tests/message/Makefile.am (LDADD):
* tests/folder/Makefile.am (LDADD): Remove DB3_LDADD
svn path=/trunk/; revision=10272
Diffstat (limited to 'camel/tests/smime')
-rw-r--r-- | camel/tests/smime/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/tests/smime/Makefile.am b/camel/tests/smime/Makefile.am index 038a25e51f..4f86852a7c 100644 --- a/camel/tests/smime/Makefile.am +++ b/camel/tests/smime/Makefile.am @@ -8,7 +8,6 @@ LDADD = \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libibex/libibex.la \ - $(DB3_LDADD) \ $(GNOME_LIBDIR) \ $(top_builddir)/camel/tests/lib/libcameltest.a \ $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) \ |