summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-01-02 11:09:56 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:30:00 +0200
commit2926f7270c08f711ca01b5affe49aac7e69f1385 (patch)
treeef9ff87fd9a5e2d58260ac6cf921f2882e7ccc27 /lib/Makefile.am
parent3208bae8f288423491eb4936666763279d59aa8e (diff)
downloadexternal_gettext-2926f7270c08f711ca01b5affe49aac7e69f1385.zip
external_gettext-2926f7270c08f711ca01b5affe49aac7e69f1385.tar.gz
external_gettext-2926f7270c08f711ca01b5affe49aac7e69f1385.tar.bz2
Always check the setenv() return value.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0bcdf72..95ae48d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -54,7 +54,8 @@ libgettextlib_la_SOURCES = \
tmpdir.h tmpdir.c \
wait-process.h wait-process.c \
xerror.h xerror.c \
- xmalloc.h xmalloc.c xstrdup.c
+ xmalloc.h xmalloc.c xstrdup.c \
+ xsetenv.h xsetenv.c
# Sources that are compiled only on platforms that lack the functions.