Mention the link requirements.
[gnulib.git] / modules / striconveh
1 Description:
2 Character set conversion of strings with error handling, uses iconv.
3
4 Files:
5 lib/striconveh.h
6 lib/striconveh.c
7
8 Depends-on:
9 stdbool
10 iconv
11 iconv_open
12 unistr/u8-prev
13 unistr/u8-mbtouc-unsafe
14 unistr/u8-mbtouc
15 unistr/u8-mbtoucr
16 unistr/u8-uctomb
17 strdup
18 c-strcase
19 c-strcaseeq
20
21 configure.ac:
22 if test $gl_cond_libtool = false; then
23   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
24   gl_libdeps="$gl_libdeps $LIBICONV"
25 fi
26
27 Makefile.am:
28 lib_SOURCES += striconveh.h striconveh.c
29 if GL_COND_LIBTOOL
30 lib_LDFLAGS += $(LTLIBICONV)
31 endif
32
33 Include:
34 "striconveh.h"
35
36 Link:
37 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
38
39 License:
40 LGPL
41
42 Maintainer:
43 Bruno Haible
44