Mercurial > hg > octave-nkf > gnulib-hg
view modules/iconvme @ 7266:6fbc8a2aef71
_LIBADD is reserved for object files, not -L and -l options.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 06 Sep 2006 14:08:38 +0000 |
parents | 7916399df6df |
children | 727bb5526bad |
line wrap: on
line source
Description: Character set conversion of strings made easy, uses iconv. Files: lib/iconvme.h lib/iconvme.c m4/iconvme.m4 Depends-on: iconv strdup configure.ac: gl_ICONVME Makefile.am: lib_SOURCES += iconvme.h iconvme.c if GL_COND_LIBTOOL lib_LDFLAGS += $(LTLIBICONV) else lib_LDFLAGS += $(LIBICONV) endif Include: "iconvme.h" License: LGPL Maintainer: Simon Josefsson