posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / pipe-filter-gi
blob152f9099d157f6d85795f418ba340d0ede40984b
1 Description:
2 Filtering of data through a subprocess.
4 Files:
5 lib/pipe-filter.h
6 lib/pipe-filter-gi.c
7 lib/pipe-filter-aux.h
8 lib/pipe-filter-aux.c
10 Depends-on:
11 spawn-pipe
12 wait-process
13 error
14 extern-inline
15 fcntl-h
16 gettext-h
17 stdbool
18 stdint
19 stdlib
20 sys_select
21 unistd
22 xalloc
24 configure.ac:
25 AC_CHECK_FUNCS_ONCE([select])
27 Makefile.am:
28 lib_SOURCES += pipe-filter-gi.c pipe-filter-aux.c
30 Include:
31 "pipe-filter.h"
33 Link:
34 $(LIBTHREAD)
36 License:
37 GPL
39 Maintainer:
40 Paolo Bonzini