diff options
author | NotZed <NotZed@HelixCode.com> | 2000-02-19 12:14:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-19 12:14:46 +0800 |
commit | 74a58886f61378f2e7eded88c33759af28a5d4f8 (patch) | |
tree | fc4fdbc3b77ed84455119cba3a4e5148b7c860c6 /tests/Makefile.am | |
parent | 363fba5b54b5519e191a9cdfd84146eeed014bdf (diff) | |
download | gsoc2013-evolution-74a58886f61378f2e7eded88c33759af28a5d4f8.tar gsoc2013-evolution-74a58886f61378f2e7eded88c33759af28a5d4f8.tar.gz gsoc2013-evolution-74a58886f61378f2e7eded88c33759af28a5d4f8.tar.bz2 gsoc2013-evolution-74a58886f61378f2e7eded88c33759af28a5d4f8.tar.lz gsoc2013-evolution-74a58886f61378f2e7eded88c33759af28a5d4f8.tar.xz gsoc2013-evolution-74a58886f61378f2e7eded88c33759af28a5d4f8.tar.zst gsoc2013-evolution-74a58886f61378f2e7eded88c33759af28a5d4f8.zip |
Use a relative path to the mbox provider module.
2000-02-18 NotZed <NotZed@HelixCode.com>
* tests/test11.c (main): Use a relative path to the mbox provider
module.
svn path=/trunk/; revision=1857
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 74b784babd..ec7edb8409 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -19,6 +19,11 @@ LDADD = \ # $(GNOME_LIBDIR) \ # $(GNOMEUI_LIBS) $(INTLLIBS) $(PTHREAD_LIB) +#test11_LDADD = \ +# $(LDADD) \ +# $(top_builddir)/filter/libfilter.la \ +# $(top_builddir)/libibex/libibex.la + test9_LDADD = \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/libibex/libibex.la \ |