New module 'close'.
[pspp] / modules / same
index 077036b8ef7131dfe289c6eaf2eff0eb139723e2..a3616d0f0894597e5572e2302d045dee7e37c9ae 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,17 +11,19 @@ Depends-on:
 xalloc
 error
 dirname
+same-inode
 stdbool
 
 configure.ac:
 gl_SAME
 
 Makefile.am:
-lib_SOURCES += same.h same.c
 
 Include:
 "same.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
-