Add $(srcdir)/ to source directory references in Makefile fragments
[gnulib.git] / modules / execute
1 Description:
2 Creation of autonomous subprocesses.
3
4 Files:
5 lib/execute.h
6 lib/execute.c
7 lib/w32spawn.h
8 m4/execute.m4
9
10 Depends-on:
11 error
12 exit
13 fatal-signal
14 wait-process
15 gettext-h
16 stdbool
17 strpbrk
18 unistd
19
20 configure.ac:
21 gl_EXECUTE
22
23 Makefile.am:
24 lib_SOURCES += execute.h execute.c w32spawn.h
25
26 Include:
27 "execute.h"
28
29 License:
30 GPL
31
32 Maintainer:
33 Bruno Haible