gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / inttostr
index 075a3e8..9eecea8 100644 (file)
@@ -2,11 +2,13 @@ Description:
 Convert integers to printable strings.
 
 Files:
+lib/anytostr.c
 lib/imaxtostr.c
 lib/inttostr.c
 lib/inttostr.h
 lib/offtostr.c
 lib/umaxtostr.c
+lib/uinttostr.c
 m4/inttostr.m4
 
 Depends-on:
@@ -17,13 +19,18 @@ configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
-EXTRA_DIST += inttostr.c inttostr.h
+lib_SOURCES += \
+  imaxtostr.c \
+  inttostr.c \
+  offtostr.c \
+  uinttostr.c \
+  umaxtostr.c
 
 Include:
 "inttostr.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Paul Eggert