diff options
author | Bruno Haible <bruno@clisp.org> | 2010-05-18 20:11:42 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-05-18 20:13:13 +0200 |
commit | 1495c20d059a7bf8cae0ad51bc576f4c458674e1 (patch) | |
tree | 0fb4950e04afb6de2fde50902330d04ecafaeb1f /modules/unicase/u32-toupper | |
parent | 68e3d00f99416b0d007e9ef9c7841488ea696e3d (diff) | |
download | gnulib-1495c20d059a7bf8cae0ad51bc576f4c458674e1.tar.gz |
New module 'libunistring-optional'.
Diffstat (limited to 'modules/unicase/u32-toupper')
-rw-r--r-- | modules/unicase/u32-toupper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/unicase/u32-toupper b/modules/unicase/u32-toupper index 79d9e15fb3..009e094656 100644 --- a/modules/unicase/u32-toupper +++ b/modules/unicase/u32-toupper @@ -13,9 +13,9 @@ unicase/empty-suffix-context unicase/toupper configure.ac: +gl_LIBUNISTRING_LIBSOURCE([0.9.1], [unicase/u32-toupper.c]) Makefile.am: -lib_SOURCES += unicase/u32-toupper.c Include: "unicase.h" |