summaryrefslogtreecommitdiff
path: root/gl/modules/xfts
diff options
context:
space:
mode:
Diffstat (limited to 'gl/modules/xfts')
-rw-r--r--gl/modules/xfts23
1 files changed, 23 insertions, 0 deletions
diff --git a/gl/modules/xfts b/gl/modules/xfts
new file mode 100644
index 000000000..335946e2f
--- /dev/null
+++ b/gl/modules/xfts
@@ -0,0 +1,23 @@
+Description:
+a wrapper for fts_open
+
+Files:
+lib/xfts.c
+lib/xfts.h
+
+Depends-on:
+stddef
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += xfts.c xfts.h
+
+Include:
+"xfts.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering