summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gl/modules/concat-filename24
1 files changed, 24 insertions, 0 deletions
diff --git a/gl/modules/concat-filename b/gl/modules/concat-filename
new file mode 100644
index 00000000..243eb773
--- /dev/null
+++ b/gl/modules/concat-filename
@@ -0,0 +1,24 @@
+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
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += concat-filename.c
+
+Include:
+"concat-filename.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+all