diff options
author | Jim Meyering <jim@meyering.net> | 2004-11-03 09:20:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-11-03 09:20:23 +0000 |
commit | 29f1f2906cba6d6e58515a122894ee314431676b (patch) | |
tree | 9d382592f9ca2c7c7d36fb5779ee98e413c6994a | |
parent | 3c8d863cc61478a1a6365cef44d67c79bc873349 (diff) | |
download | coreutils-29f1f2906cba6d6e58515a122894ee314431676b.tar.xz |
(libfetish_a_SOURCES): Add setenv.c and setenv.h.
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 131b18e3c..c41126c2a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -102,6 +102,7 @@ libfetish_a_SOURCES = \ same.c same.h \ save-cwd.c save-cwd.h \ savedir.c savedir.h \ + setenv.c setenv.h \ settime.c \ sha1.c sha1.h \ sig2str.h \ |