inet_ntop. getaddrinfo: Respect rules for use of AC_LIBOBJ.
[pspp] / modules / unistr / u8-cpy
index 05c0970788db182a92407395b7c6af34728dd156..f4bdde8605d6b1c5378f339a72e7eb76650ecc23 100644 (file)
@@ -9,9 +9,12 @@ Depends-on:
 unistr/base
 
 configure.ac:
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unistr/u8-cpy.c])
+gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-cpy])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNISTR_U8_CPY
+lib_SOURCES += unistr/u8-cpy.c
+endif
 
 Include:
 "unistr.h"