X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstriconv;h=a411248edbe1df8261e6b1f62450cb0345ac6e3c;hb=3f08220c1a263dfc45f6e0ce6dcee97631dd5e56;hp=887681e281b71c0ee7b62e42bd1a3a341bfdba74;hpb=771ffe34fdff1d8f2c40d697cb363829d01ff995;p=gnulib.git diff --git a/modules/striconv b/modules/striconv index 887681e28..a411248ed 100644 --- a/modules/striconv +++ b/modules/striconv @@ -7,24 +7,30 @@ lib/striconv.c Depends-on: iconv +iconv_open strdup c-strcase configure.ac: +if test $gl_cond_libtool = false; then + gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV" + gl_libdeps="$gl_libdeps $LIBICONV" +fi Makefile.am: lib_SOURCES += striconv.h striconv.c if GL_COND_LIBTOOL lib_LDFLAGS += $(LTLIBICONV) -else -lib_LDFLAGS += $(LIBICONV) endif Include: "striconv.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, Simon Josefsson