test-stddef: test for (some) offsetof bugs
[gnulib.git] / modules / unistr / u16-uctomb
index e61b6ee..8ffcd63 100644 (file)
@@ -3,15 +3,19 @@ Store a character in UTF-16 string.
 
 Files:
 lib/unistr/u16-uctomb.c
+lib/unistr/u16-uctomb-aux.c
 
 Depends-on:
 unistr/base
 
 configure.ac:
 gl_MODULE_INDICATOR([unistr/u16-uctomb])
+gl_LIBUNISTRING_MODULE([0.9], [unistr/u16-uctomb])
 
 Makefile.am:
-lib_SOURCES += unistr/u16-uctomb.c
+if LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB
+lib_SOURCES += unistr/u16-uctomb.c unistr/u16-uctomb-aux.c
+endif
 
 Include:
 "unistr.h"