inet_ntop. getaddrinfo: Respect rules for use of AC_LIBOBJ.
[pspp] / modules / unistr / u16-mbtouc
index 0b0f5f522a77fd45c4a24c11ae6e197224992597..a6ba2b0b7444b48c0bd5be062387800b217765f1 100644 (file)
@@ -3,15 +3,19 @@ Look at first character in UTF-16 string.
 
 Files:
 lib/unistr/u16-mbtouc.c
+lib/unistr/u16-mbtouc-aux.c
 
 Depends-on:
 unistr/base
 
 configure.ac:
 gl_MODULE_INDICATOR([unistr/u16-mbtouc])
+gl_LIBUNISTRING_MODULE([0.9], [unistr/u16-mbtouc])
 
 Makefile.am:
-lib_SOURCES += unistr/u16-mbtouc.c
+if LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC
+lib_SOURCES += unistr/u16-mbtouc.c unistr/u16-mbtouc-aux.c
+endif
 
 Include:
 "unistr.h"