X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funistr%2Fu32-strnlen;h=83bb7ce4845986480f317c14613124d993cf1720;hb=5a9e46ab46042f007426c1e06b836cf5608d8d4a;hp=8d5c0e44615adeb5e5dce54590006ea41134f86d;hpb=1495c20d059a7bf8cae0ad51bc576f4c458674e1;p=gnulib.git diff --git a/modules/unistr/u32-strnlen b/modules/unistr/u32-strnlen index 8d5c0e446..83bb7ce48 100644 --- a/modules/unistr/u32-strnlen +++ b/modules/unistr/u32-strnlen @@ -9,9 +9,12 @@ Depends-on: unistr/base configure.ac: -gl_LIBUNISTRING_LIBSOURCE([0.9], [unistr/u32-strnlen.c]) +gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-strnlen]) Makefile.am: +if LIBUNISTRING_COMPILE_UNISTR_U32_STRNLEN +lib_SOURCES += unistr/u32-strnlen.c +endif Include: "unistr.h"