summaryrefslogtreecommitdiff
path: root/modules/unictype/category-Lt
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/unictype/category-Lt
parent9d3af100c7a626ed2b501fb7d0a97936f72ce9ac (diff)
downloadgnulib-74d509383fe30bb5511a978b52e4f8ecae37826b.tar.gz
Don't use AC_LIBOBJ with file names in subdirectories.
Diffstat (limited to 'modules/unictype/category-Lt')
-rw-r--r--modules/unictype/category-Lt5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/unictype/category-Lt b/modules/unictype/category-Lt
index bc597aa2d9..e433d8f8d8 100644
--- a/modules/unictype/category-Lt
+++ b/modules/unictype/category-Lt
@@ -9,9 +9,12 @@ Depends-on:
unictype/base
configure.ac:
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/categ_Lt.c])
+gl_LIBUNISTRING_MODULE([0.9], [unictype/category-Lt])
Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LT
+lib_SOURCES += unictype/categ_Lt.c
+endif
Include:
"unictype.h"