strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / tls
index 00a81cc1e243fb42ddd48a5828e750464dcc8727..a2a4664e3c97ae313b6ea47080beb2fd483b1215 100644 (file)
@@ -2,21 +2,24 @@ Description:
 Thread-local storage in multithreaded situations.
 
 Files:
-lib/tls.h
-lib/tls.c
+lib/glthread/tls.h
+lib/glthread/tls.c
 m4/tls.m4
 
 Depends-on:
-lock
+threadlib
 
 configure.ac:
 gl_TLS
 
 Makefile.am:
-lib_SOURCES += tls.h tls.c
+lib_SOURCES += glthread/tls.h glthread/tls.c
 
 Include:
-"tls.h"
+"glthread/tls.h"
+
+Link:
+$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
 
 License:
 LGPLv2+