Distribute all lib/* source files through EXTRA_DIST.
[pspp] / modules / atexit
1 Description:
2 atexit() function: register a function to be called at program termination.
3
4 Files:
5 lib/atexit.c
6 m4/atexit.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_FUNC_ATEXIT
12
13 Makefile.am:
14 EXTRA_DIST += atexit.c
15
16 Include:
17 <stdlib.h>
18
19 License:
20 public domain
21
22 Maintainer:
23 Jim Meyering