Move the lock and tls source files into a subdirectory.
[gnulib.git] / modules / tls
1 Description:
2 Thread-local storage in multithreaded situations.
3
4 Files:
5 lib/glthread/tls.h
6 lib/glthread/tls.c
7 m4/tls.m4
8
9 Depends-on:
10 lock
11
12 configure.ac:
13 gl_TLS
14
15 Makefile.am:
16 lib_SOURCES += glthread/tls.h glthread/tls.c
17
18 Include:
19 "glthread/tls.h"
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Bruno Haible
26