diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-03 19:31:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-03 19:31:01 +0000 |
commit | fe688e3d917e268c63b11d176d7b077b2d5b8bc4 (patch) | |
tree | 65003e7eb10d1310579c4b1fb4c3ae3764db2e60 /lib | |
parent | fab52f550d008951a2c8b78a9fe3f2dd4e30c3ea (diff) | |
download | coreutils-fe688e3d917e268c63b11d176d7b077b2d5b8bc4.tar.xz |
(libfetish_a_SOURCES): Add cycle-check.c, cycle-check.h, and dev-ino.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 1b3bc39ae..4ffada77c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -48,6 +48,8 @@ libfetish_a_SOURCES = \ canon-host.c \ c-stack.c c-stack.h \ closeout.c closeout.h \ + cycle-check.c cycle-check.h \ + dev-ino.h \ diacrit.c diacrit.h \ dirname.c dirname.h \ dirfd.h \ |