X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fcycle-check;h=6a8618a41eac5aeb6dcec8644bdef2036a9451da;hb=5e2a6b1f1f59b920775fdc38b81d1a389a5089ed;hp=090a701eaf477fb1ce339f21e7ca2558b095b22a;hpb=946b14c12a890a95944f8610302c43fd94ecfd27;p=gnulib.git diff --git a/modules/cycle-check b/modules/cycle-check index 090a701ea..6a8618a41 100644 --- a/modules/cycle-check +++ b/modules/cycle-check @@ -4,16 +4,19 @@ 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 +stdint configure.ac: +gl_CYCLE_CHECK Makefile.am: -lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h same-inode.h +lib_SOURCES += cycle-check.c Include: "cycle-check.h"