From f0836026327e99084533e417bc2bbe982802b9b5 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 29 Jul 1998 10:47:18 +0000 Subject: [PATCH] New files. Imported from glibc. 1998-07-29 Martin Baulig * error.c, error.h: New files. Imported from glibc. * Makefile.am (supportinclude_HEADERS): Added `error.h'. svn path=/trunk/; revision=301 --- support/ChangeLog | 6 ++++++ support/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/support/ChangeLog b/support/ChangeLog index aa5a099..417e539 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,9 @@ +1998-07-29 Martin Baulig + + * error.c, error.h: New files. Imported from glibc. + + * Makefile.am (supportinclude_HEADERS): Added `error.h'. + 1998-07-17 Martin Baulig * strtol.c, strtoul.c (): Removed. Using diff --git a/support/Makefile.am b/support/Makefile.am index 53959a0..1c78250 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -D_GNU_SOURCE lib_LTLIBRARIES = libgnomesupport.la -supportinclude_HEADERS = gnome-argp.h getopt.h long-options.h argp.h +supportinclude_HEADERS = gnome-argp.h getopt.h long-options.h argp.h error.h # it is in _DATA since we don't want `gnomesupport.h' to be part of # the distributed `.tar.gz' file -- 2.7.4