* openat.c (openat): Use ?:, not if, to work around GCC bug 4210
[gnulib.git] / modules / dirname
index 126b653..c0ba7d7 100644 (file)
@@ -11,13 +11,19 @@ m4/dirname.m4
 
 Depends-on:
 xalloc
+stdbool
 
 configure.ac:
 gl_DIRNAME
 
 Makefile.am:
-lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
+lib_SOURCES += basename.c stripslash.c
 
 Include:
 "dirname.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering