Move the module indicator macros to the module description.
[gnulib.git] / modules / fwriteerror
1 Description:
2 Detect write error on a stream.
3
4 Files:
5 lib/fwriteerror.h
6 lib/fwriteerror.c
7
8 Depends-on:
9 stdbool
10
11 configure.ac:
12 gl_MODULE_INDICATOR([fwriteerror])
13
14 Makefile.am:
15 lib_SOURCES += fwriteerror.h fwriteerror.c
16
17 Include:
18 "fwriteerror.h"
19
20 License:
21 GPL
22
23 Maintainer:
24 Bruno Haible