diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-25 16:58:10 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-25 16:58:10 (GMT) |
commit | 06f439b0994e90d3a4fdc095ca741c8f55a399a3 (patch) | |
tree | c3584419c1888bea586ca58cfd3c5e4bcae72dac /lib | |
parent | 87712747c521bb34370b7ef6274b8310a92e0171 (diff) | |
download | monitoring-plugins-06f439b0994e90d3a4fdc095ca741c8f55a399a3.tar.gz |
Gettext fixes to sync with coreutils
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1406 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 0d69089..a4f9c7d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -10,7 +10,7 @@ libcoreutils_a_SOURCES = \ | |||
10 | full-write.c full-write.h \ | 10 | full-write.c full-write.h \ |
11 | gettext.h \ | 11 | gettext.h \ |
12 | safe-read.c safe-read.h \ | 12 | safe-read.c safe-read.h \ |
13 | safe-write.c safe-write.h xalloc-die.c | 13 | safe-write.c safe-write.h strcase.h xalloc-die.c |
14 | 14 | ||
15 | other_coreutils_files = \ | 15 | other_coreutils_files = \ |
16 | error.c error.h \ | 16 | error.c error.h \ |