Distribute all lib/* source files through EXTRA_DIST.
[pspp] / modules / openat
1 Description:
2 Open a file at a directory.
3
4 Files:
5 lib/at-func.c
6 lib/fchmodat.c
7 lib/mkdirat.c
8 lib/openat.c
9 lib/openat.h
10 lib/openat-die.c
11 lib/openat-priv.h
12 lib/openat-proc.c
13 m4/openat.m4
14
15 Depends-on:
16 dirname
17 extensions
18 gettext-h
19 intprops
20 lchown
21 lstat
22 same-inode
23 save-cwd
24 stdbool
25
26 configure.ac:
27 gl_FUNC_OPENAT
28
29 Makefile.am:
30 EXTRA_DIST += at-func.c fchmodat.c mkdirat.c \
31               openat.c openat.h openat-die.c openat-priv.h openat-proc.c
32
33 Include:
34 "openat.h"
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering