diff options
author | Jim Meyering <jim@meyering.net> | 2003-11-09 21:16:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-11-09 21:16:01 +0000 |
commit | 97cac0c9aec84c145b4ba9147ce3488be06b1253 (patch) | |
tree | 8e48b7aae55e65d7e695310afc5bbbf2c9ae7df9 /lib | |
parent | 5adb3084c73faee8f3b290099e8c68f6f72591f7 (diff) | |
download | coreutils-97cac0c9aec84c145b4ba9147ce3488be06b1253.tar.xz |
(libfetish_a_SOURCES): Add root-dev-ino.c root-dev-ino.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 877eef119..6601ee10a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -93,6 +93,7 @@ libfetish_a_SOURCES = \ readtokens.c readtokens.h \ readutmp.h \ regex.h \ + root-dev-ino.c root-dev-ino.h \ safe-read.c safe-read.h \ safe-write.c safe-write.h \ same.c same.h \ |