Add a link warning when the 'select' module is not used.
[gnulib.git] / modules / cond
1 Description:
2 Condition variables for multithreading.
3
4 Files:
5 lib/glthread/cond.h
6 lib/glthread/cond.c
7 m4/cond.m4
8
9 Depends-on:
10 threadlib
11 lock
12 errno
13 stdbool
14 time
15
16 configure.ac:
17 gl_COND
18
19 Makefile.am:
20 lib_SOURCES += glthread/cond.h glthread/cond.c
21
22 Include:
23 "glthread/cond.h"
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Yoann Vandoorselaere
30