added missing dependencies to fix failing unistr/ tests
[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 exit
14 full-write
15 gettext-h
16 open
17 safe-read
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