The striconveh and related modules are not showing the full list
of link dependencies. This patch fixes it.


2023-06-27  Bruno Haible  <br...@clisp.org>

        striconveh: Fix module description.
        * modules/striconveh (Link): Add $(LIBUNISTRING).
        * modules/striconveha (Link): New section.
        * modules/xstriconveh (Link): New section.

diff --git a/modules/striconveh b/modules/striconveh
index 558e7c6f93..2702cec6c2 100644
--- a/modules/striconveh
+++ b/modules/striconveh
@@ -37,6 +37,7 @@ Include:
 "striconveh.h"
 
 Link:
+$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
 
 License:
diff --git a/modules/striconveha b/modules/striconveha
index 7e8ad88977..32328fb1f7 100644
--- a/modules/striconveha
+++ b/modules/striconveha
@@ -21,6 +21,10 @@ lib_SOURCES += striconveha.h striconveha.c
 Include:
 "striconveha.h"
 
+Link:
+$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
 License:
 LGPLv2+
 
diff --git a/modules/xstriconveh b/modules/xstriconveh
index 4327156ba4..6a2b854851 100644
--- a/modules/xstriconveh
+++ b/modules/xstriconveh
@@ -18,6 +18,10 @@ lib_SOURCES += xstriconveh.c
 Include:
 "xstriconveh.h"
 
+Link:
+$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
 License:
 GPL
 




Reply via email to