changeset 5007:a5988445e945

* modules/inttostr (EXTRA_DIST): Move inttostr.c here.... (lib_SOURCES): from here.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 13 Apr 2004 06:30:42 +0000
parents 5c0c9ef326d9
children b2e3ca7de860
files ChangeLog modules/inttostr
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>
--- a/modules/inttostr
+++ b/modules/inttostr
@@ -17,7 +17,8 @@
 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"