* modules/getopt (lib_SOURCES): Add getopt_int.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Apr 2004 20:12:33 +0000 (20:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Apr 2004 20:12:33 +0000 (20:12 +0000)
ChangeLog
modules/getopt

index 03bb10aa0f1dd8e216f10971030a19b16c7370b4..6cca66effb408d5c67ebfc570e12d9f5a4f04eea 100644 (file)
--- 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>
 
index cdd6230a026ccc890c71083ce1e44587fbe9d8f0..149146c91d6f12f24ed7673b41e4b4080487b4bd 100644 (file)
@@ -15,7 +15,7 @@ configure.ac:
 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"