summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/cond3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf36f7b890..c17f8d2da2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2019-12-01 Bruno Haible <bruno@clisp.org>
+ cond: State linking requirements.
+ * modules/cond (Link): New section.
+
+2019-12-01 Bruno Haible <bruno@clisp.org>
+
threadlib: Remove unnecessary file (left over from 2019-07-06).
* modules/threadlib (Files): Remove config.rpath.
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+