diff options
author | Jim Meyering <jim@meyering.net> | 2006-03-12 22:05:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-03-12 22:05:12 +0000 |
commit | 435f331bee765427a6b55e89b825505f2175d292 (patch) | |
tree | 6f876e8a55f834fee1d9acf08f2885cc1781f738 /m4 | |
parent | f497e71465872449fbf43311b4696ff472600461 (diff) | |
download | coreutils-435f331bee765427a6b55e89b825505f2175d292.tar.xz |
(gl_ROOT_DEV_INO): Add same-inode.h to the list.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/root-dev-ino.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/root-dev-ino.m4 b/m4/root-dev-ino.m4 index bfbef05cc..cebc0faf7 100644 --- a/m4/root-dev-ino.m4 +++ b/m4/root-dev-ino.m4 @@ -1,12 +1,12 @@ -#serial 1 -dnl Copyright (C) 2005 Free Software Foundation, Inc. +#serial 2 +dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, 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, dev-ino.h]) + AC_LIBSOURCES([root-dev-ino.c, root-dev-ino.h, dev-ino.h, same-inode.h]) AC_LIBOBJ([root-dev-ino]) dnl Prerequisites |