From a8ccf540137ec5fa18a00a0a8f4819ab43806a30 Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 21 Sep 1999 20:40:27 +0000 Subject: Check pthreads. 1999-09-21 bertrand * configure.in: Check pthreads. * camel/Makefile.am: camel-folder-pt-proxy.c is only compiled when pthreads are available. svn path=/trunk/; revision=1247 --- tests/Makefile.am | 7 +++---- tests/ui-tests/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 94657fef63..e781124e3b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \ LDADD = \ $(top_builddir)/camel/libcamel.la \ $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) $(INTLLIBS) + $(GNOMEUI_LIBS) $(INTLLIBS) $(PTHREAD_LIB) # $(BONOBO_LIBS) @@ -15,7 +15,7 @@ test4_LDADD = \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/camel/providers/MH/libcamelmh.la \ $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) $(INTLLIBS) + $(GNOMEUI_LIBS) $(INTLLIBS) $(PTHREAD_LIB) noinst_PROGRAMS = \ @@ -23,5 +23,4 @@ noinst_PROGRAMS = \ test2 \ test3 \ test4 \ - test7 \ - test8 + test7 diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am index 8ed5393e8a..c4849e7c3c 100644 --- a/tests/ui-tests/Makefile.am +++ b/tests/ui-tests/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \ LDADD = \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/camel/providers/MH/libcamelmh.la \ - $(INTLLIBS) $(EXTRA_GNOME_LIBS) + $(INTLLIBS) $(EXTRA_GNOME_LIBS) $(PTHREAD_LIB) -- cgit v1.2.3