wctype-h: Fix last change.
[gnulib.git] / modules / copy-file
1 Description:
2 Copying of files.
3
4 Files:
5 lib/copy-file.h
6 lib/copy-file.c
7 m4/copy-file.m4
8
9 Depends-on:
10 acl
11 binary-io
12 error
13 full-write
14 gettext-h
15 open
16 safe-read
17 stdlib
18 unistd
19 xalloc
20
21 configure.ac:
22 gl_COPY_FILE
23
24 Makefile.am:
25 lib_SOURCES += copy-file.h copy-file.c
26
27 Include:
28 "copy-file.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Bruno Haible