* modules/inttostr (EXTRA_DIST): Move inttostr.c here....
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Apr 2004 06:30:42 +0000 (06:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Apr 2004 06:30:42 +0000 (06:30 +0000)
(lib_SOURCES): from here.

ChangeLog
modules/inttostr

index 6cca66effb408d5c67ebfc570e12d9f5a4f04eea..0348131f37d58fc268a1f838f1ec83ee352f27e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-04-12  Paul Eggert  <eggert@twinsun.com>
 
+       * modules/inttostr (EXTRA_DIST): Move inttostr.c here....
+       (lib_SOURCES): from here.
        * modules/getopt (lib_SOURCES): Add getopt_int.h.
 
 2004-04-12  Jim Meyering  <jim@meyering.net>
index 2b46d79ce2359b03ab49c562f449ec480961d734..1ecf69bc3d26888acac9f3e500932d85438cedc3 100644 (file)
@@ -17,7 +17,8 @@ configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
-lib_SOURCES += imaxtostr.c inttostr.c inttostr.h offtostr.c umaxtostr.c
+EXTRA_DIST += inttostr.c
+lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
 
 Include:
 "inttostr.h"