summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@g10code.com>2016-09-07 08:55:17 +0200
committerNeal H. Walfield <neal@g10code.com>2016-09-07 08:55:17 +0200
commit1f90d3c71e3e48d0c4b7722a607464876bb71794 (patch)
tree669c2ac8e039943eb20be8cc9c75fcdcc3e9e7ff /g10/Makefile.am
parentgpg: Fix format string issues in tofu. (diff)
downloadgnupg2-1f90d3c71e3e48d0c4b7722a607464876bb71794.tar.xz
gnupg2-1f90d3c71e3e48d0c4b7722a607464876bb71794.zip
g10: Add missing sqrtu32.h and sqrtu32.c.
-- Signed-off-by: Neal H. Walfield <neal@g10code.com> Fixes-commit: 875ac92.
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 95944b8ed..7b87e6a32 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -74,8 +74,7 @@ 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