comparison modules/unictype/ctype-blank @ 13388:9ef3893d2c73

Don't use AC_LIBOBJ with file names in subdirectories.
author Bruno Haible <bruno@clisp.org>
date Fri, 04 Jun 2010 00:21:14 +0200
parents 86634e33e086
children 1f14c6dd175d
comparison
equal deleted inserted replaced
13387:c8df5a4f551f 13388:9ef3893d2c73
10 Depends-on: 10 Depends-on:
11 unictype/base 11 unictype/base
12 12
13 configure.ac: 13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE]) 14 AC_REQUIRE([AC_C_INLINE])
15 gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/ctype_blank.c]) 15 gl_LIBUNISTRING_MODULE([0.9], [unictype/ctype-blank])
16 16
17 Makefile.am: 17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_BLANK
19 lib_SOURCES += unictype/ctype_blank.c
20 endif
18 21
19 Include: 22 Include:
20 "unictype.h" 23 "unictype.h"
21 24
22 License: 25 License: