Fix link errors in tests: openat-die uses gettext-h.
[gnulib.git] / modules / dirname
index 910eba2..888c8ba 100644 (file)
@@ -1,22 +1,27 @@
 Description:
+Extract specific portions of filenames.
 
 Files:
-lib/dirname.h
 lib/dirname.c
 lib/basename.c
 lib/stripslash.c
-m4/dos.m4
-m4/dirname.m4
 
 Depends-on:
+dirname-lgpl
 xalloc
+xstrndup
 
 configure.ac:
 gl_DIRNAME
+gl_MODULE_INDICATOR([dirname])
 
 Makefile.am:
-lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
 
 Include:
 "dirname.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering, Eric Blake