X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funistr%2Fu8-uctomb;h=03cb98f9365b2f752bed548fd475aa2b01899724;hb=5a9e46ab46042f007426c1e06b836cf5608d8d4a;hp=59f650eabeee02e9526f107f14d51c7561254f01;hpb=3dabee6dde5553cfbb5f1e6344ece53997eb2885;p=gnulib.git diff --git a/modules/unistr/u8-uctomb b/modules/unistr/u8-uctomb index 59f650eab..03cb98f93 100644 --- a/modules/unistr/u8-uctomb +++ b/modules/unistr/u8-uctomb @@ -3,21 +3,25 @@ Store a character in UTF-8 string. Files: lib/unistr/u8-uctomb.c +lib/unistr/u8-uctomb-aux.c Depends-on: unistr/base configure.ac: gl_MODULE_INDICATOR([unistr/u8-uctomb]) +gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-uctomb]) Makefile.am: -lib_SOURCES += unistr/u8-uctomb.c +if LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB +lib_SOURCES += unistr/u8-uctomb.c unistr/u8-uctomb-aux.c +endif Include: "unistr.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible