diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-22 04:40:27 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-22 04:40:27 +0800 |
commit | a8ccf540137ec5fa18a00a0a8f4819ab43806a30 (patch) | |
tree | 253a0be3c01088df224156cb56e8d5033cce207f /tests/ui-tests/Makefile.am | |
parent | 9da28b316177dad8cbc788906e6c8357cc3a3082 (diff) | |
download | gsoc2013-evolution-a8ccf540137ec5fa18a00a0a8f4819ab43806a30.tar gsoc2013-evolution-a8ccf540137ec5fa18a00a0a8f4819ab43806a30.tar.gz gsoc2013-evolution-a8ccf540137ec5fa18a00a0a8f4819ab43806a30.tar.bz2 gsoc2013-evolution-a8ccf540137ec5fa18a00a0a8f4819ab43806a30.tar.lz gsoc2013-evolution-a8ccf540137ec5fa18a00a0a8f4819ab43806a30.tar.xz gsoc2013-evolution-a8ccf540137ec5fa18a00a0a8f4819ab43806a30.tar.zst gsoc2013-evolution-a8ccf540137ec5fa18a00a0a8f4819ab43806a30.zip |
Check pthreads.
1999-09-21 bertrand <Bertrand.Guiheneuf@aful.org>
* configure.in:
Check pthreads.
* camel/Makefile.am:
camel-folder-pt-proxy.c is only compiled
when pthreads are available.
svn path=/trunk/; revision=1247
Diffstat (limited to 'tests/ui-tests/Makefile.am')
-rw-r--r-- | tests/ui-tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |