X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Funinorm%2Fu32-normalize;h=90dee6bb8abf2f1de61748b0d2ad7f42a173bec3;hb=56d7f11cc3831bcff4f918ef095c00e1fb4e224f;hp=5e6d1dfd5b33b24eab55d8a98557c68ff842fab4;hpb=1495c20d059a7bf8cae0ad51bc576f4c458674e1;p=gnulib.git diff --git a/modules/uninorm/u32-normalize b/modules/uninorm/u32-normalize index 5e6d1dfd5..90dee6bb8 100644 --- a/modules/uninorm/u32-normalize +++ b/modules/uninorm/u32-normalize @@ -16,15 +16,18 @@ uninorm/decompose-internal configure.ac: gl_MODULE_INDICATOR_FOR_TESTS([uninorm/u32-normalize]) -gl_LIBUNISTRING_LIBSOURCE([0.9], [uninorm/u32-normalize.c]) +gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/u32-normalize]) Makefile.am: +if LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE +lib_SOURCES += uninorm/u32-normalize.c +endif Include: "uninorm.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible