Distribute all lib/* source files through EXTRA_DIST.
[gnulib.git] / modules / lstat
1 Description:
2 lstat() function: return information about a file or symbolic link.
3
4 Files:
5 lib/lstat.c
6 lib/lstat.h
7 m4/lstat.m4
8
9 Depends-on:
10 stat-macros
11
12 configure.ac:
13 gl_FUNC_LSTAT
14
15 Makefile.am:
16 EXTRA_DIST += lstat.h lstat.c
17
18 Include:
19 "lstat.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 Jim Meyering