changeset 5006:5c0c9ef326d9

* modules/getopt (lib_SOURCES): Add getopt_int.h.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 12 Apr 2004 20:12:33 +0000
parents 1a7422ef88b9
children a5988445e945
files ChangeLog modules/getopt
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2004-04-12  Paul Eggert  <eggert@twinsun.com>
+
+	* modules/getopt (lib_SOURCES): Add getopt_int.h.
+
 2004-04-12  Jim Meyering  <jim@meyering.net>
 
-	* MODULES.html.sh (func_all_modules): Add cloexec, inttostr, free, tzset.
+	* MODULES.html.sh (func_all_modules): Add cloexec, inttostr, free,
+	tzset.
 
 2004-03-30  Jim Meyering  <jim@meyering.net>
 
--- a/modules/getopt
+++ b/modules/getopt
@@ -15,7 +15,7 @@
 gl_GETOPT
 
 Makefile.am:
-lib_SOURCES += getopt.h getopt.c getopt1.c
+lib_SOURCES += getopt.h getopt.c getopt1.c getopt_int.h
 
 Include:
 "getopt.h"