summaryrefslogtreecommitdiff
path: root/modules/cycle-check
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-10 13:40:17 +0000
committerJim Meyering <jim@meyering.net>2006-08-10 13:40:17 +0000
commit021346784861f8fa4e1276eabf9171788cf3066e (patch)
treef180b91403e8353b386301cff5650d2826c1c8ce /modules/cycle-check
parent3d3d6b10f55c0431222d8fa54f0fea39a797ee2c (diff)
downloadgnulib-021346784861f8fa4e1276eabf9171788cf3066e.tar.gz
* modules/same-inode: New module.
* modules/dev-ino: New module. * modules/cycle-check: Depend on these modules, rather than simply including their .h files. (Makefile.am): Don't list cycle-check.[ch] here, now that they're required via m4/cycle-check.m4. * modules/same: Depend on new same-inode module, rather than including same-inode.h. * modules/chdir-safer: New file. * m4/dev-ino.m4, m4/same-inode.m4: New files.
Diffstat (limited to 'modules/cycle-check')
-rw-r--r--modules/cycle-check6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/cycle-check b/modules/cycle-check
index 090a701eaf..182cb01e3a 100644
--- a/modules/cycle-check
+++ b/modules/cycle-check
@@ -4,16 +4,16 @@ help detect directory cycles efficiently
Files:
lib/cycle-check.c
lib/cycle-check.h
-lib/same-inode.h
-lib/dev-ino.h
+m4/cycle-check.m4
Depends-on:
+dev-ino
+same-inode
stdbool
configure.ac:
Makefile.am:
-lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h same-inode.h
Include:
"cycle-check.h"