pmccabe2html: escaping of special characters
[gnulib.git] / modules / getugroups
index 3a7a05d..f363553 100644 (file)
@@ -3,20 +3,23 @@ Return the group IDs of a user.
 
 Files:
 lib/getugroups.c
+lib/getugroups.h
 m4/getugroups.m4
 
 Depends-on:
+errno
 
 configure.ac:
 gl_GETUGROUPS
 
 Makefile.am:
-EXTRA_DIST += getugroups.c
+lib_SOURCES += getugroups.c
 
 Include:
+"getugroups.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering