diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-23 17:31:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-23 17:31:11 +0000 |
commit | 2a90dd7d2f97d3723a55cdbfbbca7b850bda1c21 (patch) | |
tree | 2f10867ff98558289265d9aafbb981ad0281d1b2 /lib | |
parent | 9e8815a79d5a490d134094efaf9375a2763b27a1 (diff) | |
download | coreutils-2a90dd7d2f97d3723a55cdbfbbca7b850bda1c21.tar.xz |
(libfetish_a_SOURCES): Add getopt_int.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index ca8f3cc4e..12c43f51e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -33,7 +33,7 @@ libfetish_a_SOURCES = \ posixtm.c posixtm.h \ posixver.c posixver.h \ strftime.c strftime.h \ - getopt.c getopt.h getopt1.c \ + getopt.c getopt.h getopt1.c getopt_int.c \ hash.c hash.h \ hash-pjw.c hash-pjw.h \ __fpending.h \ |