diff options
Diffstat (limited to 'gettext-runtime/src/Makefile.am')
-rw-r--r-- | gettext-runtime/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am index 93ffd61..0f71803 100644 --- a/gettext-runtime/src/Makefile.am +++ b/gettext-runtime/src/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/src subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2004 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -20,6 +20,8 @@ AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies EXTRA_DIST = +RM = rm -f + bin_PROGRAMS = gettext ngettext envsubst localedir = $(datadir)/locale |