added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / unistr / u8-strspn
1 Description:
2 Search for some characters in UTF-8 string.
3
4 Files:
5 lib/unistr/u8-strspn.c
6 lib/unistr/u-strspn.h
7
8 Depends-on:
9 unistr/base
10 unistr/u8-strlen
11 unistr/u8-strmbtouc
12 unistr/u8-cmp
13 unistr/u8-strchr
14 unistr/u32-to-u8
15
16 configure.ac:
17 gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strspn])
18
19 Makefile.am:
20 if LIBUNISTRING_COMPILE_UNISTR_U8_STRSPN
21 lib_SOURCES += unistr/u8-strspn.c
22 endif
23
24 Include:
25 "unistr.h"
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32