diff options
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 |