aboutsummaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
Diffstat (limited to '')
-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@