maint.mk: avoid unexpanded \n in two diagnostics
[pspp] / modules / inttostr
index 56ec6fc563498d93e545f3a03a686d2d5f344811..495ef25cf57f43c7d8315bb2fcdc5d22aacf0593 100644 (file)
@@ -2,6 +2,7 @@ Description:
 Convert integers to printable strings.
 
 Files:
+lib/anytostr.c
 lib/imaxtostr.c
 lib/inttostr.c
 lib/inttostr.h
@@ -13,11 +14,18 @@ m4/inttostr.m4
 Depends-on:
 intprops
 stdint
+verify
 
 configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
+lib_SOURCES += \
+  imaxtostr.c \
+  inttostr.c \
+  offtostr.c \
+  uinttostr.c \
+  umaxtostr.c
 
 Include:
 "inttostr.h"