diff options
author | NotZed <NotZed@HelixCode.com> | 2000-04-21 07:49:42 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-04-21 07:49:42 +0800 |
commit | 581eb2cc3c0c4a8e4456dca8d15a25562955b4fe (patch) | |
tree | 5e7907e6cd00e8d1ce3d0399432cf42b0fdb6cd2 /tests/Makefile.am | |
parent | 383f245d39b8b806a4b6ce4dea7b0ab7f1658450 (diff) | |
download | gsoc2013-evolution-581eb2cc3c0c4a8e4456dca8d15a25562955b4fe.tar gsoc2013-evolution-581eb2cc3c0c4a8e4456dca8d15a25562955b4fe.tar.gz gsoc2013-evolution-581eb2cc3c0c4a8e4456dca8d15a25562955b4fe.tar.bz2 gsoc2013-evolution-581eb2cc3c0c4a8e4456dca8d15a25562955b4fe.tar.lz gsoc2013-evolution-581eb2cc3c0c4a8e4456dca8d15a25562955b4fe.tar.xz gsoc2013-evolution-581eb2cc3c0c4a8e4456dca8d15a25562955b4fe.tar.zst gsoc2013-evolution-581eb2cc3c0c4a8e4456dca8d15a25562955b4fe.zip |
Fixed some headers.
2000-04-20 NotZed <NotZed@HelixCode.com>
* tests/test11.c: Fixed some headers.
* tests/Makefile.am (noinst_PROGRAMS): Removed test9.
(noinst_PROGRAMS): Removed test12, temporarirly (nntp not being
built).
svn path=/trunk/; revision=2532
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4f97b9e143..358cd3397d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,19 +25,19 @@ LDADD = \ # $(top_builddir)/filter/libfilter.la \ # $(top_builddir)/libibex/libibex.a -test9_LDADD = \ - $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/camel/providers/mbox/libcamelmbox.la \ - $(top_builddir)/libibex/libibex.la \ - $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) +#test9_LDADD = \ +# $(top_builddir)/camel/libcamel.la \ +# $(top_builddir)/camel/providers/mbox/libcamelmbox.la \ +# $(top_builddir)/libibex/libibex.la \ +# $(GNOME_LIBDIR) \ +# $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) -test12_LDADD = \ - $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/camel/providers/nntp/libcamelnntp.la \ - $(top_builddir)/libibex/libibex.la \ - $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) +#test12_LDADD = \ +# $(top_builddir)/camel/libcamel.la \ +# $(top_builddir)/camel/providers/nntp/libcamelnntp.la \ +# $(top_builddir)/libibex/libibex.la \ +# $(GNOME_LIBDIR) \ +# $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) test_movemail_LDADD = \ $(top_builddir)/e-util/libeutil.la \ @@ -58,12 +58,11 @@ noinst_PROGRAMS = \ test2 \ test3 \ test7 \ - test9 \ test10 \ test11 \ - test12 \ test-movemail \ test-url \ $(THREAD_RELATED_TESTS) +# test12 \ # test-formatter |