diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-09 12:13:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-09 12:13:57 +0000 |
commit | 1c55f1acf5a0310146d602706bb985ea7ffd5ffa (patch) | |
tree | 0d5cb553bd0ccbb24a1334c8db54b6fcc41c9e2e /lib | |
parent | 293e3cacc3cdafff145d7f0ce4d7e5041a6d9949 (diff) | |
download | coreutils-1c55f1acf5a0310146d602706bb985ea7ffd5ffa.tar.xz |
(libfetish_a_SOURCES): Add stat-macros.h.
Diffstat (limited to 'lib')
-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 e162c8ff0..d8694188c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -105,6 +105,7 @@ libfetish_a_SOURCES = \ settime.c \ sha1.c sha1.h \ sig2str.h \ + stat-macros.h \ stdio-safer.h \ stripslash.c \ strdup.h \ |