diff options
author | Werner Koch <wk@gnupg.org> | 2016-09-07 08:40:18 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-09-07 08:40:18 +0200 |
commit | c894fa8d375e94d5577249c729e48ce882c07a56 (patch) | |
tree | 7bbe783b19b3a357c189e986a6ce0474c080ebf2 /g10/Makefile.am | |
parent | g10: Make sure some functions are passed a primary key. (diff) | |
download | gnupg2-c894fa8d375e94d5577249c729e48ce882c07a56.tar.xz gnupg2-c894fa8d375e94d5577249c729e48ce882c07a56.zip |
g10: Temporary hack to repalce missing sqrtu32.
--
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 7b87e6a32..95944b8ed 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -74,7 +74,8 @@ trust_source = trustdb.c trustdb.h tdbdump.c tdbio.c tdbio.h endif if USE_TOFU -tofu_source = tofu.h tofu.c gpgsql.c gpgsql.h sqrtu32.c sqrtu32.h +tofu_source = tofu.h tofu.c gpgsql.c gpgsql.h +#sqrtu32.c sqrtu32.h else tofu_source = endif |