Changeset View
Changeset View
Standalone View
Standalone View
g10/Makefile.am
| Show First 20 Lines • Show All 71 Lines • ▼ Show 20 Lines | |||||
| if NO_TRUST_MODELS | if NO_TRUST_MODELS | ||||
| trust_source = | trust_source = | ||||
| else | else | ||||
| trust_source = trustdb.c trustdb.h tdbdump.c tdbio.c tdbio.h | trust_source = trustdb.c trustdb.h tdbdump.c tdbio.c tdbio.h | ||||
| endif | endif | ||||
| if USE_TOFU | 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 | ||||
| else | else | ||||
| tofu_source = | tofu_source = | ||||
| endif | endif | ||||
| if HAVE_W32_SYSTEM | if HAVE_W32_SYSTEM | ||||
| resource_objs += gpg-w32info.o | resource_objs += gpg-w32info.o | ||||
| ▲ Show 20 Lines • Show All 169 Lines • Show Last 20 Lines | |||||