summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-08-18 02:23:32 +0200
committerBruno Haible <bruno@clisp.org>2008-08-18 02:23:32 +0200
commitecbcf1d92dc5993c972c0b5f002ef0b04abf97b8 (patch)
treec55b1072492693f014dfa3cc2030b15b72dcf8c8 /modules
parentd4005415c64041a86ea5d89c3bfe079856eb90fa (diff)
downloadgnulib-ecbcf1d92dc5993c972c0b5f002ef0b04abf97b8.tar.gz
Implement thread control primitives for Win32.
Diffstat (limited to 'modules')
-rw-r--r--modules/thread4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/thread b/modules/thread
index d9586b58eb..a7d338df4c 100644
--- a/modules/thread
+++ b/modules/thread
@@ -3,16 +3,18 @@ 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
+lib_SOURCES += glthread/thread.h glthread/thread.c
Include:
"glthread/thread.h"