summaryrefslogtreecommitdiff
path: root/modules/uniwbrk/u32-wordbreaks
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/uniwbrk/u32-wordbreaks
parent9d3af100c7a626ed2b501fb7d0a97936f72ce9ac (diff)
downloadgnulib-74d509383fe30bb5511a978b52e4f8ecae37826b.tar.gz
Don't use AC_LIBOBJ with file names in subdirectories.
Diffstat (limited to 'modules/uniwbrk/u32-wordbreaks')
-rw-r--r--modules/uniwbrk/u32-wordbreaks5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/uniwbrk/u32-wordbreaks b/modules/uniwbrk/u32-wordbreaks
index 20f39c389f..c929fd0353 100644
--- a/modules/uniwbrk/u32-wordbreaks
+++ b/modules/uniwbrk/u32-wordbreaks
@@ -12,9 +12,12 @@ uniwbrk/table
unistr/u32-mbtouc-unsafe
configure.ac:
-gl_LIBUNISTRING_LIBSOURCE([0.9], [uniwbrk/u32-wordbreaks.c])
+gl_LIBUNISTRING_MODULE([0.9], [uniwbrk/u32-wordbreaks])
Makefile.am:
+if LIBUNISTRING_COMPILE_UNIWBRK_U32_WORDBREAKS
+lib_SOURCES += uniwbrk/u32-wordbreaks.c
+endif
Include:
"uniwbrk.h"