From: Bruno Haible Date: Sun, 1 Dec 2019 16:23:12 +0000 (+0100) Subject: cond: State linking requirements. X-Git-Tag: v1.0~4565 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=bcd6630c7334085fc36f311b2019a8d4d8ca295e;p=gnulib.git cond: State linking requirements. * modules/cond (Link): New section. --- diff --git a/ChangeLog b/ChangeLog index bf36f7b890..c17f8d2da2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-12-01 Bruno Haible + + cond: State linking requirements. + * modules/cond (Link): New section. + 2019-12-01 Bruno Haible threadlib: Remove unnecessary file (left over from 2019-07-06). diff --git a/modules/cond b/modules/cond index 82b87e3b3c..5dc0e4048b 100644 --- a/modules/cond +++ b/modules/cond @@ -24,6 +24,9 @@ lib_SOURCES += glthread/cond.h glthread/cond.c Include: "glthread/cond.h" +Link: +$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise + License: LGPLv2+