Move the lock and tls source files into a subdirectory.
[gnulib.git] / modules / lock
1 Description:
2 Locking in multithreaded situations.
3
4 Files:
5 lib/glthread/lock.h
6 lib/glthread/lock.c
7 m4/lock.m4
8 build-aux/config.rpath
9
10 Depends-on:
11 havelib
12
13 configure.ac-early:
14 AC_REQUIRE([gl_LOCK_EARLY])
15
16 configure.ac:
17 gl_LOCK
18
19 Makefile.am:
20 lib_SOURCES += glthread/lock.h glthread/lock.c
21
22 Include:
23 "glthread/lock.h"
24
25 Link:
26 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Bruno Haible
33