diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-25 12:37:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-25 12:37:51 +0000 |
commit | cfee4d7d5e16fb32435038693cc901a600ae7a0e (patch) | |
tree | 385c105ad480c65a92a5e4faaa65beafbc2a9598 | |
parent | 8ee198f67543a45a6dd88f1e29734d17693a01a8 (diff) | |
download | coreutils-cfee4d7d5e16fb32435038693cc901a600ae7a0e.tar.xz |
Also require dev-ino.h.
-rw-r--r-- | m4/root-dev-ino.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/root-dev-ino.m4 b/m4/root-dev-ino.m4 index 2c0fdc931..bfbef05cc 100644 --- a/m4/root-dev-ino.m4 +++ b/m4/root-dev-ino.m4 @@ -6,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_ROOT_DEV_INO], [ - AC_LIBSOURCES([root-dev-ino.c, root-dev-ino.h]) + AC_LIBSOURCES([root-dev-ino.c, root-dev-ino.h, dev-ino.h]) AC_LIBOBJ([root-dev-ino]) dnl Prerequisites |