summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-07-29 10:47:18 +0000
committerMartin Baulig <martin@src.gnome.org>1998-07-29 10:47:18 +0000
commitf0836026327e99084533e417bc2bbe982802b9b5 (patch)
treed57575b17958a71bbe4ae237169d548eba89e7da
parent5199b79d4894cdfdfa4d22d3a8f51e11f81d254e (diff)
downloadgnome-common-f0836026327e99084533e417bc2bbe982802b9b5.tar.gz
New files. Imported from glibc.
1998-07-29 Martin Baulig <martin@home-of-linux.org> * error.c, error.h: New files. Imported from glibc. * Makefile.am (supportinclude_HEADERS): Added `error.h'. svn path=/trunk/; revision=301
-rw-r--r--support/ChangeLog6
-rw-r--r--support/Makefile.am2
2 files changed, 7 insertions, 1 deletions
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 <martin@home-of-linux.org>
+
+ * error.c, error.h: New files. Imported from glibc.
+
+ * Makefile.am (supportinclude_HEADERS): Added `error.h'.
+
1998-07-17 Martin Baulig <martin@home-of-linux.org>
* strtol.c, strtoul.c (<ansidecl.h>): 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