md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / thread
index eb34fe7..026e439 100644 (file)
@@ -3,26 +3,28 @@ Creating and controlling threads.
 
 Files:
 lib/glthread/thread.h
+lib/glthread/thread.c
 m4/thread.m4
 
 Depends-on:
 threadlib
+extern-inline
+lock
 
 configure.ac:
 gl_THREAD
 
 Makefile.am:
-lib_SOURCES += glthread/thread.h 
+lib_SOURCES += glthread/thread.h glthread/thread.c
 
 Include:
 "glthread/thread.h"
 
 Link:
-$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
+$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
 
 License:
 LGPLv2+
 
 Maintainer:
 Yoann Vandoorselaere
-