maint.mk: avoid unexpanded \n in two diagnostics
[pspp] / modules / inttostr
index 2c2b76e5bbfa9931637bf612ade217ed56acab2e..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
@@ -19,6 +20,12 @@ configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
+lib_SOURCES += \
+  imaxtostr.c \
+  inttostr.c \
+  offtostr.c \
+  uinttostr.c \
+  umaxtostr.c
 
 Include:
 "inttostr.h"