posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / cond
blob43b2bd67deb6836e957eb2398d8d5f247f81933e
1 Description:
2 Condition variables for multithreading.
4 Files:
5 lib/glthread/cond.h
6 lib/glthread/cond.c
7 m4/cond.m4
9 Depends-on:
10 threadlib
11 lock
12 errno
13 extern-inline
14 stdbool
15 time
16 windows-cond    [test $gl_threads_api = windows]
18 configure.ac:
19 gl_COND
21 Makefile.am:
22 lib_SOURCES += glthread/cond.h glthread/cond.c
24 Include:
25 "glthread/cond.h"
27 Link:
28 $(LIBTHREAD)
30 License:
31 LGPLv2+
33 Maintainer:
34 Yoann Vandoorselaere