From ecbcf1d92dc5993c972c0b5f002ef0b04abf97b8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 18 Aug 2008 02:23:32 +0200 Subject: Implement thread control primitives for Win32. --- modules/thread | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') 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" -- cgit v1.2.1