summaryrefslogtreecommitdiff
path: root/gnulib/modules/thread
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/thread')
m---------gnulib0
-rw-r--r--gnulib/modules/thread30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/thread b/gnulib/modules/thread
new file mode 100644
index 0000000..a7d338d
--- /dev/null
+++ b/gnulib/modules/thread
@@ -0,0 +1,30 @@
+Description:
+Creating and controlling threads.
+
+Files:
+lib/glthread/thread.h
+lib/glthread/thread.c
+m4/thread.m4
+
+Depends-on:
+threadlib
+lock
+
+configure.ac:
+gl_THREAD
+
+Makefile.am:
+lib_SOURCES += glthread/thread.h glthread/thread.c
+
+Include:
+"glthread/thread.h"
+
+Link:
+$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
+
+License:
+LGPLv2+
+
+Maintainer:
+Yoann Vandoorselaere
+