From bcd6630c7334085fc36f311b2019a8d4d8ca295e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 1 Dec 2019 17:23:12 +0100 Subject: [PATCH] cond: State linking requirements. * modules/cond (Link): New section. --- ChangeLog | 5 +++++ modules/cond | 3 +++ 2 files changed, 8 insertions(+) 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+ -- 2.39.5