diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-17 11:08:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-17 11:08:42 +0000 |
commit | a0f90d02909773ae69656c9d041426ab7fc65c45 (patch) | |
tree | 2d4bd02df15912406fe72c3d86ff882bd48b623a /lib | |
parent | 5788d8e9b205ffc0cdf5086651be37bff221e03e (diff) | |
download | coreutils-a0f90d02909773ae69656c9d041426ab7fc65c45.tar.xz |
(libfetish_a_SOURCES): Add xfts.c and xfts.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 d08965b44..877eef119 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -116,6 +116,7 @@ libfetish_a_SOURCES = \ utimens.c utimens.h \ version-etc.c version-etc.h \ xalloc.h \ + xfts.c xfts.h \ xgetcwd.c xgetcwd.h \ xgethostname.c xgethostname.h \ xmalloc.c \ |