aboutsummaryrefslogtreecommitdiffstats
path: root/sm
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 /sm
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 'sm')
-rw-r--r--sm/ChangeLog2
-rw-r--r--sm/Makefile.am4
2 files changed, 5 insertions, 1 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog
index 28a397182..1192c8523 100644
--- a/sm/ChangeLog
+++ b/sm/ChangeLog
@@ -1,5 +1,7 @@
2004-09-30 Werner Koch <[email protected]>
+ * Makefile.am: Adjusted for gettext 0.14.
+
* keylist.c (list_cert_colon): Make sure that the expired flag has
a higher precedence than the invalid flag.
diff --git a/sm/Makefile.am b/sm/Makefile.am
index 1ac7cbe84..0cb96c57f 100644
--- a/sm/Makefile.am
+++ b/sm/Makefile.am
@@ -53,4 +53,6 @@ gpgsm_SOURCES = \
gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a ../common/libcommon.a \
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(KSBA_LIBS) -lgpg-error \
- $(INTLLIBS)
+ $(LIBINTL)
+
+