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