Distribute all lib/* source files through EXTRA_DIST.
[pspp] / modules / rename-dest-slash
1 Description:
2 rename() function: change the name or location of a file.
3
4 Files:
5 lib/rename-dest-slash.c
6 m4/rename-dest-slash.m4
7
8 Depends-on:
9 xalloc
10 dirname
11
12 configure.ac:
13 gl_FUNC_RENAME_TRAILING_DEST_SLASH
14
15 Makefile.am:
16 EXTRA_DIST += rename-dest-slash.c
17
18 Include:
19 <stdio.h>
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering