X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funistr%2Fu8-uctomb;h=018be5b62e2ef83c8e9b765d3fb36d889da63fa3;hb=a8184d2038fcd3620daa6ef37f910b4e2853e4cc;hp=59f650eabeee02e9526f107f14d51c7561254f01;hpb=3dabee6dde5553cfbb5f1e6344ece53997eb2885;p=gnulib.git diff --git a/modules/unistr/u8-uctomb b/modules/unistr/u8-uctomb index 59f650eab..018be5b62 100644 --- a/modules/unistr/u8-uctomb +++ b/modules/unistr/u8-uctomb @@ -3,15 +3,19 @@ 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"