aboutsummaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-09-30 14:34:34 +0000
committerWerner Koch <[email protected]>2004-09-30 14:34:34 +0000
commit335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 (patch)
treed5a581d9808c8efae6a0c6a1c9a1bd893f3633ed /agent
parentThis commit was manufactured by cvs2svn to create branch (diff)
downloadgnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.tar.gz
gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.zip
Preparing a new release. Updated gettext
Diffstat (limited to 'agent')
-rw-r--r--agent/ChangeLog4
-rw-r--r--agent/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog
index f72bd50c9..b65e7b1de 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-30 Werner Koch <[email protected]>
+
+ * Makefile.am: Adjusted from gettext 1.14.
+
2004-09-29 Werner Koch <[email protected]>
* minip12.c (parse_bag_encrypted_data): Print error if a bad
diff --git a/agent/Makefile.am b/agent/Makefile.am
index e83311fb4..6f3ea70d2 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -46,7 +46,7 @@ gpg_agent_SOURCES = \
gpg_agent_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a \
$(LIBGCRYPT_LIBS) $(PTH_LIBS) $(LIBASSUAN_LIBS) \
- -lgpg-error @INTLLIBS@
+ -lgpg-error @LIBINTL@
gpg_protect_tool_SOURCES = \
protect-tool.c \
@@ -55,6 +55,6 @@ gpg_protect_tool_SOURCES = \
gpg_protect_tool_LDADD = ../jnlib/libjnlib.a \
../common/libcommon.a ../common/libsimple-pwquery.a \
- $(LIBGCRYPT_LIBS) -lgpg-error @INTLLIBS@
+ $(LIBGCRYPT_LIBS) -lgpg-error @LIBINTL@