X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funinorm%2Fcomposition;h=285ef9d9605c93e77391e2ab591ee02e9cf8fe44;hb=f96458bc2604b8ce5f632387d2d948287376b023;hp=d3887c107148b3202252ad0c75d8c4aa8aba3f74;hpb=1495c20d059a7bf8cae0ad51bc576f4c458674e1;p=gnulib.git diff --git a/modules/uninorm/composition b/modules/uninorm/composition index d3887c107..285ef9d96 100644 --- a/modules/uninorm/composition +++ b/modules/uninorm/composition @@ -10,9 +10,12 @@ uninorm/base gperf configure.ac: -gl_LIBUNISTRING_LIBSOURCE([0.9], [uninorm/composition.c]) +gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/composition]) Makefile.am: +if LIBUNISTRING_COMPILE_UNINORM_COMPOSITION +lib_SOURCES += uninorm/composition.c +endif uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t @@ -26,7 +29,7 @@ Include: "uninorm.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible