summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gl/modules/concat-filename26
1 files changed, 26 insertions, 0 deletions
diff --git a/gl/modules/concat-filename b/gl/modules/concat-filename
new file mode 100644
index 00000000..9e86b793
--- /dev/null
+++ b/gl/modules/concat-filename
@@ -0,0 +1,26 @@
+Description:
+Construct a full filename by concatenating a directory name, a relative
+filename, and a suffix.
+
+Files:
+lib/concat-filename.h
+lib/concat-filename.c
+
+Depends-on:
+filename
+malloc-posix
+stpcpy
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += concat-filename.c
+
+Include:
+"concat-filename.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+all