Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / tls
blob5d6104447597faf15e9ba51631f7b157be8405a4
1 Description:
2 Thread-local storage in multithreaded situations.
4 Files:
5 lib/glthread/tls.h
6 lib/glthread/tls.c
7 m4/tls.m4
9 Depends-on:
10 threadlib
12 configure.ac:
13 gl_TLS
15 Makefile.am:
16 lib_SOURCES += glthread/tls.h glthread/tls.c
18 Include:
19 "glthread/tls.h"
21 Link:
22 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
24 License:
25 LGPLv2+
27 Maintainer:
28 all