1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/idcache
Bruno Haible d113b88a79 idcache: Move AC_LIBOBJ invocations to module description.
* m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation.
* modules/idcache (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:28 +02:00

27 lines
297 B
Plaintext

Description:
Username <--> uid and groupname <--> gid conversions, with cache for speed.
Files:
lib/idcache.c
lib/idcache.h
m4/idcache.m4
Depends-on:
flexmember
xalloc
configure.ac:
gl_IDCACHE
Makefile.am:
lib_SOURCES += idcache.c
Include:
"idcache.h"
License:
GPL
Maintainer:
Jim Meyering