From: Paul Eggert Date: Tue, 13 Apr 2004 06:30:42 +0000 (+0000) Subject: * modules/inttostr (EXTRA_DIST): Move inttostr.c here.... X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8662e26dbe8b6b6845c93ec9b35b3fcf40256238;p=pspp * modules/inttostr (EXTRA_DIST): Move inttostr.c here.... (lib_SOURCES): from here. --- diff --git a/ChangeLog b/ChangeLog index 6cca66effb..0348131f37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-04-12 Paul Eggert + * 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 diff --git a/modules/inttostr b/modules/inttostr index 2b46d79ce2..1ecf69bc3d 100644 --- a/modules/inttostr +++ b/modules/inttostr @@ -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"