X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fcombining-class;h=faddf7b4941bd013c86b6c2c0af4605745693c26;hb=74d509383fe30bb5511a978b52e4f8ecae37826b;hp=c100224cf9848a3d8720516ecf317f19d3db716a;hpb=9d3af100c7a626ed2b501fb7d0a97936f72ce9ac;p=gnulib.git diff --git a/modules/unictype/combining-class b/modules/unictype/combining-class index c100224cf..faddf7b49 100644 --- a/modules/unictype/combining-class +++ b/modules/unictype/combining-class @@ -9,9 +9,12 @@ Depends-on: unictype/base configure.ac: -gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/combining.c]) +gl_LIBUNISTRING_MODULE([0.9], [unictype/combining-class]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS +lib_SOURCES += unictype/combining.c +endif Include: "unictype.h"