realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / property-hex-digit
index 626ad5eea3b52cdeab6a97e60373ab177d22c8fa..b4d244db348295124f212206e6ea74625a6aa8ca 100644 (file)
@@ -11,9 +11,12 @@ unictype/base
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/pr_hex_digit.c])
+gl_LIBUNISTRING_MODULE([0.9], [unictype/property-hex-digit])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_HEX_DIGIT
+lib_SOURCES += unictype/pr_hex_digit.c
+endif
 
 Include:
 "unictype.h"