pthread: Determine $(LIB_PTHREAD) correctly on IRIX 6.5.
[gnulib.git] / modules / unictype / ctype-graph
index d73af79..35c9786 100644 (file)
@@ -12,9 +12,12 @@ unictype/base
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/ctype_graph.c])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/ctype-graph])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_GRAPH
+lib_SOURCES += unictype/ctype_graph.c
+endif
 
 Include:
 "unictype.h"