diff options
author | Werner Koch <[email protected]> | 2004-09-30 14:34:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-09-30 14:34:34 +0000 |
commit | 335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 (patch) | |
tree | d5a581d9808c8efae6a0c6a1c9a1bd893f3633ed /kbx | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.tar.gz gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.zip |
Preparing a new release. Updated gettext
Diffstat (limited to 'kbx')
-rw-r--r-- | kbx/ChangeLog | 4 | ||||
-rw-r--r-- | kbx/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/kbx/ChangeLog b/kbx/ChangeLog index f13434de8..546b4c34d 100644 --- a/kbx/ChangeLog +++ b/kbx/ChangeLog @@ -1,3 +1,7 @@ +2004-09-30 Werner Koch <[email protected]> + + * Makefile.am: Adjusted fro gettext 0.14. + 2004-08-24 Werner Koch <[email protected]> * kbxutil.c: New command --import-openpgp. diff --git a/kbx/Makefile.am b/kbx/Makefile.am index 6b6a59b26..0b35587cb 100644 --- a/kbx/Makefile.am +++ b/kbx/Makefile.am @@ -45,7 +45,7 @@ libkeybox_a_SOURCES = $(common_sources) kbxutil_SOURCES = kbxutil.c $(common_sources) kbxutil_LDADD = ../jnlib/libjnlib.a $(KSBA_LIBS) $(LIBGCRYPT_LIBS) \ - -lgpg-error @INTLLIBS@ + -lgpg-error @LIBINTL@ |