X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funistr%2Fu16-uctomb;h=8ffcd63ccbb31f697f424acc4bc4f56d5126d3e9;hb=5a9e46ab46042f007426c1e06b836cf5608d8d4a;hp=e61b6eea72fbb19d7c0281aa8f803d7b90f9b2bf;hpb=3dabee6dde5553cfbb5f1e6344ece53997eb2885;p=gnulib.git diff --git a/modules/unistr/u16-uctomb b/modules/unistr/u16-uctomb index e61b6eea7..8ffcd63cc 100644 --- a/modules/unistr/u16-uctomb +++ b/modules/unistr/u16-uctomb @@ -3,15 +3,19 @@ Store a character in UTF-16 string. Files: lib/unistr/u16-uctomb.c +lib/unistr/u16-uctomb-aux.c Depends-on: unistr/base configure.ac: gl_MODULE_INDICATOR([unistr/u16-uctomb]) +gl_LIBUNISTRING_MODULE([0.9], [unistr/u16-uctomb]) Makefile.am: -lib_SOURCES += unistr/u16-uctomb.c +if LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB +lib_SOURCES += unistr/u16-uctomb.c unistr/u16-uctomb-aux.c +endif Include: "unistr.h"