diff options
author | Bruno Haible <bruno@clisp.org> | 2009-01-17 09:00:33 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:58 +0200 |
commit | c2581f8bd1fcec310aabbb54ae9c3be8446200a0 (patch) | |
tree | 988d4a04288dcd23b2e77aaf0cc8be1d4752fce8 /gettext-tools/src/Makefile.am | |
parent | 686f9f72f4ee60ccea8244cbd49cd2bb1c29a6e0 (diff) | |
download | external_gettext-c2581f8bd1fcec310aabbb54ae9c3be8446200a0.zip external_gettext-c2581f8bd1fcec310aabbb54ae9c3be8446200a0.tar.gz external_gettext-c2581f8bd1fcec310aabbb54ae9c3be8446200a0.tar.bz2 |
Update after gnulib changed.
Diffstat (limited to 'gettext-tools/src/Makefile.am')
-rw-r--r-- | gettext-tools/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 81a5cf0..3409496 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/src subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2008 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2009 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 @@ -561,6 +561,7 @@ RELOCATABLE_LIBRARY_PATH = $(libdir) RELOCATABLE_SRC_DIR = $(top_srcdir)/gnulib-lib RELOCATABLE_BUILD_DIR = ../gnulib-lib RELOCATABLE_CONFIG_H_DIR = .. +RELOCATABLE_STRIP = : # Version information according to Woe32 conventions. if WOE32 |