X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fproperty-alphabetic;h=1cb6dfb4ca9e3b4705cb99c79eda1b04dd56a81f;hb=dffb59b475060aa67de0b661a4839f2984477529;hp=4c2575b94416984e1a8d8faca1971770775903b5;hpb=1495c20d059a7bf8cae0ad51bc576f4c458674e1;p=gnulib.git diff --git a/modules/unictype/property-alphabetic b/modules/unictype/property-alphabetic index 4c2575b94..1cb6dfb4c 100644 --- a/modules/unictype/property-alphabetic +++ b/modules/unictype/property-alphabetic @@ -11,9 +11,12 @@ unictype/base configure.ac: AC_REQUIRE([AC_C_INLINE]) -gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/pr_alphabetic.c]) +gl_LIBUNISTRING_MODULE([0.9.4], [unictype/property-alphabetic]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ALPHABETIC +lib_SOURCES += unictype/pr_alphabetic.c +endif Include: "unictype.h"