summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--modules/iconv_open3
-rw-r--r--modules/propername3
-rw-r--r--modules/striconv3
-rw-r--r--modules/striconveh3
-rw-r--r--modules/unicodeio3
-rw-r--r--modules/xstriconv3
7 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a72b682a08..eb22c0f9ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-05-27 Bruno Haible <bruno@clisp.org>
+
+ * modules/iconv_open (Link): New section, from module 'iconv'.
+ * modules/striconv (Link): Likewise.
+ * modules/striconveh (Link): Likewise.
+ * modules/xstriconv (Link): Likewise.
+ * modules/unicodeio (Link): Likewise.
+ * modules/propername (Link): Likewise.
+ Reported by Jim Meyering.
+
2008-05-26 Jim Meyering <meyering@redhat.com>
sha256: do not artificially restrict buffer length to be < 2^32
diff --git a/modules/iconv_open b/modules/iconv_open
index 1ffb6d2361..9953039320 100644
--- a/modules/iconv_open
+++ b/modules/iconv_open
@@ -61,6 +61,9 @@ EXTRA_DIST += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h ico
Include:
<iconv.h>
+Link:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
License:
LGPLv2+
diff --git a/modules/propername b/modules/propername
index e506411d23..8c76453e19 100644
--- a/modules/propername
+++ b/modules/propername
@@ -35,6 +35,9 @@ lib_SOURCES += propername.h propername.c
Include:
"propername.h"
+Link:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
License:
GPL
diff --git a/modules/striconv b/modules/striconv
index 82d74d854c..a411248edb 100644
--- a/modules/striconv
+++ b/modules/striconv
@@ -26,6 +26,9 @@ endif
Include:
"striconv.h"
+Link:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
License:
LGPLv2+
diff --git a/modules/striconveh b/modules/striconveh
index ce87e07e45..c7da73ed16 100644
--- a/modules/striconveh
+++ b/modules/striconveh
@@ -33,6 +33,9 @@ endif
Include:
"striconveh.h"
+Link:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
License:
LGPL
diff --git a/modules/unicodeio b/modules/unicodeio
index 1886258008..9186606403 100644
--- a/modules/unicodeio
+++ b/modules/unicodeio
@@ -22,6 +22,9 @@ lib_SOURCES += unicodeio.h unicodeio.c
Include:
"unicodeio.h"
+Link:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
License:
GPL
diff --git a/modules/xstriconv b/modules/xstriconv
index e2913a5501..02b00a8f53 100644
--- a/modules/xstriconv
+++ b/modules/xstriconv
@@ -18,6 +18,9 @@ lib_SOURCES += xstriconv.h xstriconv.c
Include:
"xstriconv.h"
+Link:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
License:
GPL