New module 'arg-nonnull'. Declare which arguments expect non-NULL values.
[gnulib.git] / modules / same
index 5629550..a6fc64f 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-Determine whether two pathnames refer to the same directory entry of the same
+Determine whether two file names refer to the same directory entry of the same
 directory.
 
 Files:
@@ -11,13 +11,21 @@ Depends-on:
 xalloc
 error
 dirname
+same-inode
+stat
+stdbool
+memcmp
 
 configure.ac:
 gl_SAME
 
 Makefile.am:
-lib_SOURCES += same.h same.c
 
 Include:
 "same.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering