iconv-h: Fix module description.
[gnulib.git] / modules / thread
blob1d530b0d3afbe5ea00edb9aa9f863463309094fd
1 Description:
2 Creating and controlling threads.
4 Files:
5 lib/glthread/thread.h
6 lib/glthread/thread.c
7 m4/thread.m4
9 Depends-on:
10 threadlib
11 extern-inline
12 lock
13 windows-thread  [test $gl_threads_api = windows]
14 pthread_sigmask [test $gl_threads_api = posix]
16 configure.ac:
17 gl_THREAD
19 Makefile.am:
20 lib_SOURCES += glthread/thread.h glthread/thread.c
22 Include:
23 "glthread/thread.h"
25 Link:
26 $(LIBMULTITHREAD)
28 License:
29 LGPLv2+
31 Maintainer:
32 Yoann Vandoorselaere