Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / pipe-filter-gi
blobbdf47ed9afb3e5901ee994bff2c8e87d4be66a4a
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
23 configure.ac:
24 AC_CHECK_FUNCS_ONCE([select])
26 Makefile.am:
27 lib_SOURCES += pipe-filter-gi.c pipe-filter-aux.c
29 Include:
30 "pipe-filter.h"
32 License:
33 GPL
35 Maintainer:
36 Paolo Bonzini