libgpuverify

Signature verification on GPUs (WiP)
Log | Files | Refs | README | LICENSE

commit 5ae7582d89b9e556c0b6c80fc3e023bdb5380c17
parent 378c55f26a1b29d6a865da423a4303357200246e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 16 Jan 2024 17:54:08 +0100

-fix build

Diffstat:
Msource/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/Makefile.am b/source/Makefile.am @@ -19,10 +19,10 @@ check_PROGRAMS = \ TESTS = \ $(check_PROGRAMS) -gpuvt-test_SOURCES = \ +gpuvt_test_SOURCES = \ gpuvt-test.c # FIXME: on OSx, use '-framework OpenCL' instead -lOpenCL -gpuvt-test_LDFLAGS = \ +gpuvt_test_LDFLAGS = \ libgpuverify.la \ -lgmp \ -lgcrypt \