aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-28 11:58:27 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-28 11:59:14 -0600
commitfc15f4839354a7c312376c51286c29ef94e6eeff (patch)
treed256ae334112c904e54c97a012854392cc9a9d39 /tests
parentbcb576938d6ad75ed877e0506457a8629a82f6f8 (diff)
downloadportable-fc15f4839354a7c312376c51286c29ef94e6eeff.tar.gz
portable-fc15f4839354a7c312376c51286c29ef94e6eeff.tar.bz2
portable-fc15f4839354a7c312376c51286c29ef94e6eeff.zip
Fixed botched autoconf
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a608d31..b17f1ef 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -503,7 +503,7 @@ poly1305test_SOURCES = poly1305test.c
503 503
504# policy 504# policy
505TESTS += policy 505TESTS += policy
506check_program += policy 506check_PROGRAMS += policy
507policy_CPPFLAGS = $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" 507policy_CPPFLAGS = $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\"
508policy_SOURCES = policy.c 508policy_SOURCES = policy.c
509EXTRA_DIST += policy_intermediate.pem 509EXTRA_DIST += policy_intermediate.pem