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