diff options
author | Neal H. Walfield <neal@g10code.com> | 2016-09-07 08:55:17 +0200 |
---|---|---|
committer | Neal H. Walfield <neal@g10code.com> | 2016-09-07 08:55:17 +0200 |
commit | 1f90d3c71e3e48d0c4b7722a607464876bb71794 (patch) | |
tree | 669c2ac8e039943eb20be8cc9c75fcdcc3e9e7ff /g10/Makefile.am | |
parent | gpg: Fix format string issues in tofu. (diff) | |
download | gnupg2-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.am | 3 |
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 |