diff options
author | Bruno Haible <bruno@clisp.org> | 2010-06-04 00:21:14 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-06-04 00:21:14 +0200 |
commit | 74d509383fe30bb5511a978b52e4f8ecae37826b (patch) | |
tree | 384d1ab8e8c933760eae299b1c930e67c5317b40 /modules/unistr/u8-strtok | |
parent | 9d3af100c7a626ed2b501fb7d0a97936f72ce9ac (diff) | |
download | gnulib-74d509383fe30bb5511a978b52e4f8ecae37826b.tar.gz |
Don't use AC_LIBOBJ with file names in subdirectories.
Diffstat (limited to 'modules/unistr/u8-strtok')
-rw-r--r-- | modules/unistr/u8-strtok | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/unistr/u8-strtok b/modules/unistr/u8-strtok index 0d98b32cf0..ecd15992bf 100644 --- a/modules/unistr/u8-strtok +++ b/modules/unistr/u8-strtok @@ -11,9 +11,12 @@ unistr/u8-strspn unistr/u8-strpbrk configure.ac: -gl_LIBUNISTRING_LIBSOURCE([0.9], [unistr/u8-strtok.c]) +gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strtok]) Makefile.am: +if LIBUNISTRING_COMPILE_UNISTR_U8_STRTOK +lib_SOURCES += unistr/u8-strtok.c +endif Include: "unistr.h" |