Avoid creating an empty doc directory.
[gnulib.git] / modules / cycle-check
index 91c4e31..090a701 100644 (file)
@@ -4,18 +4,22 @@ help detect directory cycles efficiently
 Files:
 lib/cycle-check.c
 lib/cycle-check.h
+lib/same-inode.h
 lib/dev-ino.h
 
 Depends-on:
+stdbool
 
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h
+lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h same-inode.h
 
 Include:
 "cycle-check.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-