summaryrefslogtreecommitdiff
path: root/modules/unicase/u16-ct-tolower
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-06-04 00:21:14 +0200
committerBruno Haible <bruno@clisp.org>2010-06-04 00:21:14 +0200
commit74d509383fe30bb5511a978b52e4f8ecae37826b (patch)
tree384d1ab8e8c933760eae299b1c930e67c5317b40 /modules/unicase/u16-ct-tolower
parent9d3af100c7a626ed2b501fb7d0a97936f72ce9ac (diff)
downloadgnulib-74d509383fe30bb5511a978b52e4f8ecae37826b.tar.gz
Don't use AC_LIBOBJ with file names in subdirectories.
Diffstat (limited to 'modules/unicase/u16-ct-tolower')
-rw-r--r--modules/unicase/u16-ct-tolower5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/unicase/u16-ct-tolower b/modules/unicase/u16-ct-tolower
index 51724a4259..f040e62d6c 100644
--- a/modules/unicase/u16-ct-tolower
+++ b/modules/unicase/u16-ct-tolower
@@ -11,9 +11,12 @@ unicase/special-casing
unicase/toupper
configure.ac:
-gl_LIBUNISTRING_LIBSOURCE([0.9.1], [unicase/u16-ct-tolower.c])
+gl_LIBUNISTRING_MODULE([0.9.1], [unicase/u16-ct-tolower])
Makefile.am:
+if LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOLOWER
+lib_SOURCES += unicase/u16-ct-tolower.c
+endif
Include:
"unicase.h"