maint.mk: avoid unexpanded \n in two diagnostics
[pspp] / modules / inttostr
index 1f031abf8e6ddad694e0ffef32b4376781600329..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,17 +14,24 @@ 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"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paul Eggert