X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftls;h=a2a4664e3c97ae313b6ea47080beb2fd483b1215;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=d83fe37ecc9894e73f3c649070b0bd3bb4ce3dad;hpb=37b09d7dc2c5956fbd70c211ed164a9ee1f7e349;p=gnulib.git diff --git a/modules/tls b/modules/tls index d83fe37ec..a2a4664e3 100644 --- a/modules/tls +++ b/modules/tls @@ -2,24 +2,27 @@ 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: -LGPL +LGPLv2+ Maintainer: Bruno Haible