Remove lib_SOURCES line from Makefile.am section of modules where this
[gnulib.git] / modules / getpass
1 Description:
2 getpass() function: read a password from /dev/tty.
3
4 Files:
5 lib/getpass.h
6 lib/getpass.c
7 m4/getpass.m4
8
9 Depends-on:
10 getline
11 stdbool
12
13 configure.ac:
14 gl_FUNC_GETPASS
15
16 Makefile.am:
17
18 Include:
19 "getpass.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 Jim Meyering, glibc