# HG changeset patch # User Paul Eggert # Date 1081837842 0 # Node ID a5988445e945d05e17e74c0a5cd14fc2b40e19ae # Parent 5c0c9ef326d900fa25b18336d76ac457c35eb4ae * modules/inttostr (EXTRA_DIST): Move inttostr.c here.... (lib_SOURCES): from here. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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"