X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fproperty-grapheme-extend;h=e5f22c2d4e1e70c6dbe620d727b21820037400a7;hb=74d509383fe30bb5511a978b52e4f8ecae37826b;hp=ae3cd88a023fe75d5b369e3bf05afc7d94214cc6;hpb=9d3af100c7a626ed2b501fb7d0a97936f72ce9ac;p=gnulib.git diff --git a/modules/unictype/property-grapheme-extend b/modules/unictype/property-grapheme-extend index ae3cd88a0..e5f22c2d4 100644 --- a/modules/unictype/property-grapheme-extend +++ b/modules/unictype/property-grapheme-extend @@ -11,9 +11,12 @@ unictype/base configure.ac: AC_REQUIRE([AC_C_INLINE]) -gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/pr_grapheme_extend.c]) +gl_LIBUNISTRING_MODULE([0.9], [unictype/property-grapheme-extend]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_GRAPHEME_EXTEND +lib_SOURCES += unictype/pr_grapheme_extend.c +endif Include: "unictype.h"