diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e781124e3b..282ba2018a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,16 +11,16 @@ LDADD = \ -test4_LDADD = \ - $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/camel/providers/MH/libcamelmh.la \ - $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) $(INTLLIBS) $(PTHREAD_LIB) +#test4_LDADD = \ +# $(top_builddir)/camel/libcamel.la \ +# $(top_builddir)/camel/providers/MH/libcamelmh.la \ +# $(GNOME_LIBDIR) \ +# $(GNOMEUI_LIBS) $(INTLLIBS) $(PTHREAD_LIB) noinst_PROGRAMS = \ test1 \ test2 \ test3 \ - test4 \ - test7 + test7 \ + test8 |