diff options
author | Jim Meyering <jim@meyering.net> | 2002-05-22 08:37:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-05-22 08:37:35 +0000 |
commit | 0e7a38dbbeae957525798ccda9c6c0d57b7baf11 (patch) | |
tree | acde4e0316a41fefa69258a9c3e7fb1fdb24ff70 /lib | |
parent | 1be69adaeb88d562768704fa35f7224ddb40804e (diff) | |
download | coreutils-0e7a38dbbeae957525798ccda9c6c0d57b7baf11.tar.xz |
(libfetish_a_SOURCES): Add file-type.c and file-type.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 fcd29ce52..ac3fee828 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,6 +35,7 @@ libfetish_a_SOURCES = \ dup-safer.c \ exclude.c exclude.h \ filemode.c filemode.h \ + file-type.c file-type.h \ fnmatch.h \ fopen-safer.c \ fsusage.h \ |