summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-16 17:54:08 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-16 17:54:08 +0100
commit5ae7582d89b9e556c0b6c80fc3e023bdb5380c17 (patch)
treeb04ef874c795137c47e3eab1e4ffe3bc02d92fab
parent378c55f26a1b29d6a865da423a4303357200246e (diff)
downloadlibgpuverify-5ae7582d89b9e556c0b6c80fc3e023bdb5380c17.tar.gz
libgpuverify-5ae7582d89b9e556c0b6c80fc3e023bdb5380c17.tar.bz2
libgpuverify-5ae7582d89b9e556c0b6c80fc3e023bdb5380c17.zip
-fix build
-rw-r--r--source/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile.am b/source/Makefile.am
index 568394e..5de2f9c 100644
--- 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 \