diff options
author | Werner Koch <wk@gnupg.org> | 2002-08-10 13:25:32 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-08-10 13:25:32 +0200 |
commit | 9c86904866ab38618313192457aa6e12a5c17ac5 (patch) | |
tree | 04f1fd1d3f3cbc26cf29fe6fe1d3671dbe2871be /agent/Makefile.am | |
parent | * keylist.c (list_cert_colon): Print the short fingerprint in the (diff) | |
download | gnupg2-9c86904866ab38618313192457aa6e12a5c17ac5.tar.xz gnupg2-9c86904866ab38618313192457aa6e12a5c17ac5.zip |
Minor changes for gettextNEWPG-0-3-10
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index c814dd995..2204eba9d 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -18,6 +18,9 @@ ## Process this file with automake to produce Makefile.in +localedir = $(datadir)/locale +INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" + bin_PROGRAMS = gpg-agent pkglib_PROGRAMS = protect-tool |