diff options
Diffstat (limited to '')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index befb1bf3c..fa6572ae7 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2004-09-30 Werner Koch <[email protected]> + + * Makefile.am: Adjusted for gettext 0.14. + 2004-09-29 Werner Koch <[email protected]> * gpgconf-comp.c: Made the entries fro GROUPs translatable. diff --git a/tools/Makefile.am b/tools/Makefile.am index 71a77356f..5395a90ca 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -34,6 +34,6 @@ bin_PROGRAMS = gpgconf watchgnupg gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-comp.c no-libgcrypt.c -gpgconf_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a @INTLLIBS@ +gpgconf_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a @LIBINTL@ watchgnupg_SOURCES = watchgnupg.c |