Avoid creating an empty doc directory.
[gnulib.git] / modules / cycle-check
1 Description:
2 help detect directory cycles efficiently
3
4 Files:
5 lib/cycle-check.c
6 lib/cycle-check.h
7 lib/same-inode.h
8 lib/dev-ino.h
9
10 Depends-on:
11 stdbool
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h same-inode.h
17
18 Include:
19 "cycle-check.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering