summaryrefslogtreecommitdiff
path: root/modules/uniconv/u16-conv-to-enc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-06-04 00:21:14 +0200
committerBruno Haible <bruno@clisp.org>2010-06-04 00:21:14 +0200
commit74d509383fe30bb5511a978b52e4f8ecae37826b (patch)
tree384d1ab8e8c933760eae299b1c930e67c5317b40 /modules/uniconv/u16-conv-to-enc
parent9d3af100c7a626ed2b501fb7d0a97936f72ce9ac (diff)
downloadgnulib-74d509383fe30bb5511a978b52e4f8ecae37826b.tar.gz
Don't use AC_LIBOBJ with file names in subdirectories.
Diffstat (limited to 'modules/uniconv/u16-conv-to-enc')
-rw-r--r--modules/uniconv/u16-conv-to-enc5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/uniconv/u16-conv-to-enc b/modules/uniconv/u16-conv-to-enc
index 9854682cd4..287076f72f 100644
--- a/modules/uniconv/u16-conv-to-enc
+++ b/modules/uniconv/u16-conv-to-enc
@@ -16,9 +16,12 @@ unistr/u8-mblen
configure.ac:
AC_REQUIRE([gl_BIGENDIAN])
-gl_LIBUNISTRING_LIBSOURCE([0.9], [uniconv/u16-conv-to-enc.c])
+gl_LIBUNISTRING_MODULE([0.9], [uniconv/u16-conv-to-enc])
Makefile.am:
+if LIBUNISTRING_COMPILE_UNICONV_U16_CONV_TO_ENC
+lib_SOURCES += uniconv/u16-conv-to-enc.c
+endif
Include:
"uniconv.h"