summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-09-07 08:40:18 +0200
committerWerner Koch <wk@gnupg.org>2016-09-07 08:40:18 +0200
commitc894fa8d375e94d5577249c729e48ce882c07a56 (patch)
tree7bbe783b19b3a357c189e986a6ce0474c080ebf2 /g10/Makefile.am
parentg10: Make sure some functions are passed a primary key. (diff)
downloadgnupg2-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.am3
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