From 335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 30 Sep 2004 14:34:34 +0000 Subject: Preparing a new release. Updated gettext --- agent/ChangeLog | 4 ++++ agent/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'agent') 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 + + * Makefile.am: Adjusted from gettext 1.14. + 2004-09-29 Werner Koch * 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@ -- cgit v1.2.3