From 74d509383fe30bb5511a978b52e4f8ecae37826b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Jun 2010 00:21:14 +0200 Subject: Don't use AC_LIBOBJ with file names in subdirectories. --- modules/unicase/u16-ct-totitle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/unicase/u16-ct-totitle') diff --git a/modules/unicase/u16-ct-totitle b/modules/unicase/u16-ct-totitle index 6d02d18670..0ba83feac1 100644 --- a/modules/unicase/u16-ct-totitle +++ b/modules/unicase/u16-ct-totitle @@ -23,9 +23,12 @@ uninorm/u16-normalize stdbool configure.ac: -gl_LIBUNISTRING_LIBSOURCE([0.9.1], [unicase/u16-ct-totitle.c]) +gl_LIBUNISTRING_MODULE([0.9.1], [unicase/u16-ct-totitle]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOTITLE +lib_SOURCES += unicase/u16-ct-totitle.c +endif Include: "unicase.h" -- cgit v1.2.1