diff options
author | Werner Koch <wk@gnupg.org> | 2004-04-06 12:01:04 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-04-06 12:01:04 +0200 |
commit | d84d632583c1c61180d40ce9b91f185160ab02d6 (patch) | |
tree | 95f50ee6802e523b69a99d7bd49405e715923e55 /po/Makevars | |
parent | Add STATUS_NEWSIG (diff) | |
download | gnupg2-d84d632583c1c61180d40ce9b91f185160ab02d6.tar.xz gnupg2-d84d632583c1c61180d40ce9b91f185160ab02d6.zip |
* configure.ac: Require libgcrypt 1.1.94.
Introduce PACKAGE_GT and set it to gnupg2.
* gpg-agent.c (main): Use new libgcrypt thread library register
scheme.
* Makevars (DOMAIN): Init from PACKAGE_GT
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 20a50fc7d..b99cd466c 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,7 +1,7 @@ # Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. -DOMAIN = $(PACKAGE) +DOMAIN = gnupg2 # These two variables depend on the location of this directory. subdir = po |