libgpg-error/src (4 files)
cvs user marcus
cvs@cvs.gnupg.org
Sun, 01 Jun 2003 20:31:55 +0200
Date: Sunday, June 1, 2003 @ 20:31:45
Author: marcus
Path: /cvs/gnupg/libgpg-error/src
Added: gpg-error.h
Modified: Makefile.am strerror.c strsource.c
2003-06-01 Marcus Brinkmann <marcus@g10code.de>
* src/Makefile.am (nobase_include_HEADERS): Rename target to ...
(include_HEADERS): ... this. Change file to gpg-error.h
(libgpg_error_la_SOURCES): Change gpg/error.h to gpg-error.h.
* src/gpg/error.h: Move to ...
* src/gpg-error.h: ... here. New file.
* src/strerror.c: Include <gpg-error.h>, not <gpg/error.h>.
* src/strsource.c: Likewise.
-------------+
Makefile.am | 4
gpg-error.h | 293 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
strerror.c | 2
strsource.c | 2
4 files changed, 297 insertions(+), 4 deletions(-)